Add suggestions to Console for keyword normalizers. (#175054)

This commit is contained in:
Nicole Albee 2024-09-19 15:12:09 -05:00 committed by GitHub
parent f8ad0f1ec9
commit 6f86d45147
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -93,6 +93,7 @@ export const mappings = (specService: SpecDefinitionsService) => {
__one_of: [false, true],
},
ignore_above: 10,
normalizer: '',
position_increment_gap: 0,
// numeric

View file

@ -52,6 +52,7 @@ export const settings = (specService: SpecDefinitionsService) => {
tokenizer: {},
filter: {},
char_filter: {},
normalizer: {},
},
'cache.query.enable': BOOLEAN,
shadow_replicas: BOOLEAN,