Skip to content

Commit 3d7e987

Browse files
github-actions[bot]burakfahril-trotta
authored
Update icu-plugin.ts (#4275) (#4364)
Add unicode_set_filter to IcuNormalizationCharFilter (cherry picked from commit 784f08f) Co-authored-by: Burak Fahri Cabuk <burakfahri@gmail.com> Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent ed8478e commit 3d7e987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/_types/analysis/icu-plugin.ts

Lines changed: 1 addition & 0 deletions
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)