File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
68
68
- Added ` SimplePatternTokenizer ` and ` SimplePatternSplitTokenizer ` ([ #820 ] ( https://github.com/opensearch-project/opensearch-api-specification/pull/820 ) )
69
69
- Added ` optional_extended_plugins ` field to ` PluginStats ` ([ #814 ] ( https://github.com/opensearch-project/opensearch-api-specification/pull/814 ) )
70
70
- Added ` id ` & ` group_by ` fields to ` TopQuery ` ([ #814 ] ( https://github.com/opensearch-project/opensearch-api-specification/pull/814 ) )
71
+ - Added ` normalizer ` to ` WildcardProperty ` ([ #847 ] ( https://github.com/opensearch-project/opensearch-api-specification/pull/847 ) )
71
72
72
73
### Removed
73
74
- Removed unsupported ` _common.mapping:SourceField ` 's ` mode ` field and associated ` _common.mapping:SourceFieldMode ` enum ([ #652 ] ( https://github.com/opensearch-project/opensearch-api-specification/pull/652 ) )
Original file line number Diff line number Diff line change @@ -498,6 +498,8 @@ components:
498
498
- wildcard
499
499
null_value :
500
500
type : string
501
+ normalizer :
502
+ type : string
501
503
required :
502
504
- type
503
505
DateNanosProperty :
You can’t perform that action at this time.
0 commit comments