Skip to content

Commit

Permalink
[8.x] Add suggestions to Console for keyword normalizers. (#175054) (#…
Browse files Browse the repository at this point in the history
…193483)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Add suggestions to Console for keyword normalizers.
(#175054)](#175054)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Nicole
Albee","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-19T20:12:09Z","message":"Add
suggestions to Console for keyword normalizers.
(#175054)","sha":"6f86d45147bb68eb661ee1771efcf5c81646c654","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Console","Feature:Dev
Tools","Team:Kibana
Management","release_note:skip","v9.0.0","backport:prev-minor"],"title":"Add
suggestions to Console for keyword
normalizers.","number":175054,"url":"#175054
suggestions to Console for keyword normalizers.
(#175054)","sha":"6f86d45147bb68eb661ee1771efcf5c81646c654"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"#175054
suggestions to Console for keyword normalizers.
(#175054)","sha":"6f86d45147bb68eb661ee1771efcf5c81646c654"}}]}]
BACKPORT-->

Co-authored-by: Nicole Albee <[email protected]>
  • Loading branch information
kibanamachine and a03nikki committed Sep 19, 2024
1 parent 96f67b6 commit d1714cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const mappings = (specService: SpecDefinitionsService) => {
__one_of: [false, true],
},
ignore_above: 10,
normalizer: '',
position_increment_gap: 0,

// numeric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const settings = (specService: SpecDefinitionsService) => {
tokenizer: {},
filter: {},
char_filter: {},
normalizer: {},
},
'cache.query.enable': BOOLEAN,
shadow_replicas: BOOLEAN,
Expand Down

0 comments on commit d1714cc

Please sign in to comment.