Skip to content

Commit

Permalink
Remove duplicate store from `IcuCollationProperty (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd authored Jun 6, 2024
1 parent 7b5e915 commit 70e89d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions specification/_types/mapping/specialized.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ export class IcuCollationProperty extends DocValuesPropertyBase {
* Accepts a string value which is substituted for any explicit null values. Defaults to null, which means the field is treated as missing.
*/
null_value?: string
/**
* Whether the field value should be stored and retrievable separately from the `_source` field.
*/
store?: boolean
rules?: string
language?: string
country?: string
Expand Down

0 comments on commit 70e89d0

Please sign in to comment.