Skip to content

Commit 7d2765c

Browse files
github-actions[bot]burakfahril-trotta
authored
Update icu-plugin.ts (#4275) (#4361)
Add unicode_set_filter to IcuNormalizationCharFilter (cherry picked from commit 784f08f) Co-authored-by: Burak Fahri Cabuk <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
1 parent 07f9c5b commit 7d2765c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/_types/analysis/icu-plugin.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class IcuNormalizationCharFilter extends CharFilterBase {
4141
type: 'icu_normalizer'
4242
mode?: IcuNormalizationMode
4343
name?: IcuNormalizationType
44+
unicode_set_filter?: string
4445
}
4546

4647
export class IcuFoldingTokenFilter extends TokenFilterBase {

0 commit comments

Comments
 (0)