Skip to content

Commit 1c0a155

Browse files
committed
Update docs/changelog/131317.yaml
1 parent 9e3927a commit 1c0a155

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/changelog/131317.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ pr: 131317
22
summary: Don't normalize fields of type text when the index mode is LogsDB or TSDB
33
area: Mapping
44
type: "breaking, enhancement"
5-
issues:
6-
- 129183
5+
issues: []
76
breaking:
87
title: Don't normalize fields of type text when the index mode is LogsDB or TSDB
98
area: Mapping
10-
details: |-
11-
This changes the default behavior for norms on `text` fields in logsdb and tsdb indices. Prior to this change, norms were enabled by default, with the option to disable them via manual configurations. After this change, norms will be disabled by default. Note, because we dont support enabling norms from a disabled state, users will not be able to enable norms on `text` fields in logsdb and tsdb indices.
12-
impact: "Text fields will no longer be normalized by default in LogsDB and TSDB indicies."
9+
details: "This changes the default behavior for norms on `text` fields in logsdb\
10+
\ and tsdb indices. Prior to this change, norms were enabled by default, with\
11+
\ the option to disable them via manual configurations. After this change, norms\
12+
\ will be disabled by default. Note, because we dont support enabling norms from\
13+
\ a disabled state, users will not be able to enable norms on `text` fields in\
14+
\ logsdb and tsdb indices."
15+
impact: Text fields will no longer be normalized by default in LogsDB and TSDB indicies.
1316
notable: false

0 commit comments

Comments
 (0)