Skip to content

Commit 54fc922

Browse files
Remove duplicate store from `IcuCollationProperty (#2604) (#2605)
(cherry picked from commit 70e89d0) Co-authored-by: Florian Bernd <[email protected]>
1 parent 07bf825 commit 54fc922

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)