Skip to content

Commit fc955ea

Browse files
committed
Fix IcuCollationTokenFilter field names
1 parent 8646f96 commit fc955ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/_types/analysis/icu-plugin.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ export class IcuFoldingTokenFilter extends TokenFilterBase {
5151
export class IcuCollationTokenFilter extends TokenFilterBase {
5252
type: 'icu_collation'
5353
alternate?: IcuCollationAlternate
54-
caseFirst?: IcuCollationCaseFirst
55-
caseLevel?: boolean
54+
case_first?: IcuCollationCaseFirst
55+
case_level?: boolean
5656
country?: string
5757
decomposition?: IcuCollationDecomposition
58-
hiraganaQuaternaryMode?: boolean
58+
hiragana_quaternary_mode?: boolean
5959
language?: string
6060
numeric?: boolean
6161
rules?: string
6262
strength?: IcuCollationStrength
63-
variableTop?: string
63+
variable_top?: string
6464
variant?: string
6565
}
6666

0 commit comments

Comments
 (0)