Skip to content

Commit 63338d7

Browse files
committed
fix changelog, again
1 parent 0984db0 commit 63338d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/changelog/126623.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ breaking:
1717
considerable space improvement for this use case.
1818

1919
Users can opt out of this behavior on a per-field basis by setting
20-
`synthetic_source_keep: all` on the field.
20+
`synthetic_source_keep` to `all` on the field.
2121

2222
impact: By default, normalized keyword fields in synthetic source
2323
indices will no longer return the non-normalized value in the source.

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/mget/90_synthetic_source.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ keyword with normalizer:
5858
- requires:
5959
- cluster_features: "mapper.keyword.keyword_normalizer_synthetic_source"
6060
- reason: "Behavior changed in #126623"
61-
6261
- do:
6362
indices.create:
6463
index: test-keyword-with-normalizer

0 commit comments

Comments
 (0)