Skip to content

Commit 9e3927a

Browse files
authored
Update 131317.yaml
1 parent e65b70e commit 9e3927a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/changelog/131317.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ 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: []
5+
issues:
6+
- 129183
67
breaking:
78
title: Don't normalize fields of type text when the index mode is LogsDB or TSDB
89
area: Mapping
9-
details: Please describe the details of this change for the release notes. You can
10-
use asciidoc.
11-
impact: Please describe the impact of this change to users
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."
1213
notable: false

0 commit comments

Comments
 (0)