Skip to content

Commit 4fc1d8c

Browse files
committed
add info about behavior in comment
1 parent 6b85189 commit 4fc1d8c

File tree

1 file changed

+2
-0
lines changed
  • docs/reference/elasticsearch/mapping-reference

1 file changed

+2
-0
lines changed

docs/reference/elasticsearch/mapping-reference/text.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ These modifications can impact usage of `text` fields:
107107
* Reordering text fields can have an effect on [phrase](/reference/query-languages/query-dsl/query-dsl-match-query-phrase.md) and [span](/reference/query-languages/query-dsl/span-queries.md) queries. See the discussion about [`position_increment_gap`](/reference/elasticsearch/mapping-reference/position-increment-gap.md) for more details. You can avoid this by making sure the `slop` parameter on the phrase queries is lower than the `position_increment_gap`. This is the default.
108108
* Handling of `null` values is different. `text` fields ignore `null` values, but `keyword` fields support replacing `null` values with a value specified in the `null_value` parameter. This replacement is represented in synthetic source.
109109

110+
% In 9.0, this does not work as designed due to a bug, described in https://github.com/elastic/elasticsearch/issues/126427.
111+
110112
For example:
111113

112114
$$$synthetic-source-text-example-multi-field$$$

0 commit comments

Comments
 (0)