Skip to content

Commit 3458c5d

Browse files
committed
java issues batch 5 partial backport (#2552)
1 parent 6991ecd commit 3458c5d

File tree

4 files changed

+57
-27
lines changed

4 files changed

+57
-27
lines changed

output/schema/schema.json

Lines changed: 51 additions & 26 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
@@ -85,6 +85,7 @@ export enum FieldType {
8585
completion,
8686
nested,
8787
object,
88+
version,
8889
murmur3,
8990
token_count,
9091
percolator,

specification/_types/mapping/core.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export class KeywordProperty extends DocValuesPropertyBase {
130130
eager_global_ordinals?: boolean
131131
index?: boolean
132132
index_options?: IndexOptions
133+
script?: Script
134+
on_script_error?: OnScriptError
133135
normalizer?: string
134136
norms?: boolean
135137
null_value?: string

0 commit comments

Comments
 (0)