Skip to content

Commit 7be2584

Browse files
authored
Support normalizer on wildcard field (#847)
Resolves opensearch-project/opensearch-java#1153 Signed-off-by: Lukas Krecan <[email protected]>
1 parent fc5e888 commit 7be2584

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6868
- Added `SimplePatternTokenizer` and `SimplePatternSplitTokenizer` ([#820](https://github.com/opensearch-project/opensearch-api-specification/pull/820))
6969
- Added `optional_extended_plugins` field to `PluginStats` ([#814](https://github.com/opensearch-project/opensearch-api-specification/pull/814))
7070
- 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))
7172

7273
### Removed
7374
- 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))

spec/schemas/_common.mapping.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ components:
498498
- wildcard
499499
null_value:
500500
type: string
501+
normalizer:
502+
type: string
501503
required:
502504
- type
503505
DateNanosProperty:

0 commit comments

Comments
 (0)