We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdd194 commit 589bbf8Copy full SHA for 589bbf8
specification/_types/mapping/core.ts
@@ -60,6 +60,15 @@ export class BooleanProperty extends DocValuesPropertyBase {
60
fielddata?: NumericFielddata
61
index?: boolean
62
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
72
type: 'boolean'
73
}
74
0 commit comments