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.
1 parent 7a0e5d0 commit abb301aCopy full SHA for abb301a
specification/_types/analysis/icu-plugin.ts
@@ -41,6 +41,7 @@ export class IcuNormalizationCharFilter extends CharFilterBase {
41
type: 'icu_normalizer'
42
mode?: IcuNormalizationMode
43
name?: IcuNormalizationType
44
+ unicode_set_filter?: string
45
}
46
47
export class IcuFoldingTokenFilter extends TokenFilterBase {
0 commit comments