We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c369df8 commit 784f08fCopy full SHA for 784f08f
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