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.
IcuCollationTokenFilter
1 parent 8646f96 commit fc955eaCopy full SHA for fc955ea
specification/_types/analysis/icu-plugin.ts
@@ -51,16 +51,16 @@ export class IcuFoldingTokenFilter extends TokenFilterBase {
51
export class IcuCollationTokenFilter extends TokenFilterBase {
52
type: 'icu_collation'
53
alternate?: IcuCollationAlternate
54
- caseFirst?: IcuCollationCaseFirst
55
- caseLevel?: boolean
+ case_first?: IcuCollationCaseFirst
+ case_level?: boolean
56
country?: string
57
decomposition?: IcuCollationDecomposition
58
- hiraganaQuaternaryMode?: boolean
+ hiragana_quaternary_mode?: boolean
59
language?: string
60
numeric?: boolean
61
rules?: string
62
strength?: IcuCollationStrength
63
- variableTop?: string
+ variable_top?: string
64
variant?: string
65
}
66
0 commit comments