Skip to content

Commit 70e89d0

Browse files
authored
Remove duplicate store from `IcuCollationProperty (#2604)
1 parent 7b5e915 commit 70e89d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

specification/_types/mapping/specialized.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ export class IcuCollationProperty extends DocValuesPropertyBase {
103103
* Accepts a string value which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.
104104
*/
105105
null_value?: string
106-
/**
107-
* Whether the field value should be stored and retrievable separately from the `_source` field.
108-
*/
109-
store?: boolean
110106
rules?: string
111107
language?: string
112108
country?: string

0 commit comments

Comments
 (0)