Skip to content

Commit 589bbf8

Browse files
missing field in boolean property (#4165) (#4167)
(cherry picked from commit 95c001a) Co-authored-by: Laura Trotta <[email protected]>
1 parent 4bdd194 commit 589bbf8

File tree

1 file changed

+9
-0
lines changed
  • specification/_types/mapping

1 file changed

+9
-0
lines changed

specification/_types/mapping/core.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ export class BooleanProperty extends DocValuesPropertyBase {
6060
fielddata?: NumericFielddata
6161
index?: boolean
6262
null_value?: boolean
63+
ignore_malformed?: boolean
64+
script?: Script
65+
on_script_error?: OnScriptError
66+
/**
67+
* For internal use by Elastic only. Marks the field as a time series dimension. Defaults to false.
68+
* @availability stack stability=experimental
69+
* @availability serverless stability=experimental
70+
*/
71+
time_series_dimension?: boolean
6372
type: 'boolean'
6473
}
6574

0 commit comments

Comments
 (0)