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.
store
1 parent 7b5e915 commit 70e89d0Copy full SHA for 70e89d0
specification/_types/mapping/specialized.ts
@@ -103,10 +103,6 @@ export class IcuCollationProperty extends DocValuesPropertyBase {
103
* Accepts a string value which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.
104
*/
105
null_value?: string
106
- /**
107
- * Whether the field value should be stored and retrievable separately from the `_source` field.
108
- */
109
- store?: boolean
110
rules?: string
111
language?: string
112
country?: string
0 commit comments