Skip to content

Commit f18cf1c

Browse files
committed
Java issues batch 5 partial backport (#2552)
1 parent d156635 commit f18cf1c

File tree

5 files changed

+62
-26
lines changed

5 files changed

+62
-26
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 50 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/mapping/Property.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export enum FieldType {
172172
completion,
173173
nested,
174174
object,
175+
version,
175176
murmur3,
176177
token_count,
177178
percolator,

specification/_types/mapping/core.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ export class KeywordProperty extends DocValuesPropertyBase {
9191
eager_global_ordinals?: boolean
9292
index?: boolean
9393
index_options?: IndexOptions
94+
script?: Script
95+
on_script_error?: OnScriptError
9496
normalizer?: string
9597
norms?: boolean
9698
null_value?: string

0 commit comments

Comments
 (0)