Skip to content

Commit cdebf1a

Browse files
Auto-generated API code (#2831)
1 parent 5f7596d commit cdebf1a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/reference.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5536,7 +5536,7 @@ If no index is specified or the index does not have a default analyzer, the anal
55365536
** *`analyzer` (Optional, string)*: The name of the analyzer that should be applied to the provided `text`.
55375537
This could be a built-in analyzer, or an analyzer that’s been configured in the index.
55385538
** *`attributes` (Optional, string[])*: Array of token attributes used to filter the output of the `explain` parameter.
5539-
** *`char_filter` (Optional, string | { type, escaped_tags } | { type, mappings, mappings_path } | { type, flags, pattern, replacement } | { type, mode, name } | { type, normalize_kana, normalize_kanji }[])*: Array of character filters used to preprocess characters before the tokenizer.
5539+
** *`char_filter` (Optional, string | { type, escaped_tags } | { type, mappings, mappings_path } | { type, flags, pattern, replacement } | { type, mode, name, unicode_set_filter } | { type, normalize_kana, normalize_kanji }[])*: Array of character filters used to preprocess characters before the tokenizer.
55405540
** *`explain` (Optional, boolean)*: If `true`, the response includes token attributes and additional details.
55415541
** *`field` (Optional, string)*: Field used to derive the analyzer.
55425542
To use this parameter, you must specify an index.

src/api/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4688,6 +4688,7 @@ export interface AnalysisIcuNormalizationCharFilter extends AnalysisCharFilterBa
46884688
type: 'icu_normalizer'
46894689
mode?: AnalysisIcuNormalizationMode
46904690
name?: AnalysisIcuNormalizationType
4691+
unicode_set_filter?: string
46914692
}
46924693

46934694
export type AnalysisIcuNormalizationMode = 'decompose' | 'compose'

src/api/typesWithBodyKey.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,6 +4765,7 @@ export interface AnalysisIcuNormalizationCharFilter extends AnalysisCharFilterBa
47654765
type: 'icu_normalizer'
47664766
mode?: AnalysisIcuNormalizationMode
47674767
name?: AnalysisIcuNormalizationType
4768+
unicode_set_filter?: string
47684769
}
47694770

47704771
export type AnalysisIcuNormalizationMode = 'decompose' | 'compose'

0 commit comments

Comments
 (0)