mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add suggestions to Console for keyword normalizers. (#175054)
This commit is contained in:
parent
f8ad0f1ec9
commit
6f86d45147
2 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ export const mappings = (specService: SpecDefinitionsService) => {
|
|||
__one_of: [false, true],
|
||||
},
|
||||
ignore_above: 10,
|
||||
normalizer: '',
|
||||
position_increment_gap: 0,
|
||||
|
||||
// numeric
|
||||
|
|
|
@ -52,6 +52,7 @@ export const settings = (specService: SpecDefinitionsService) => {
|
|||
tokenizer: {},
|
||||
filter: {},
|
||||
char_filter: {},
|
||||
normalizer: {},
|
||||
},
|
||||
'cache.query.enable': BOOLEAN,
|
||||
shadow_replicas: BOOLEAN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue