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 be3f82bCopy full SHA for be3f82b
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