File tree 1 file changed +2
-2
lines changed
docs/reference/mapping/types
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ The following parameters are accepted by `text` fields:
99
99
`index_phrases`::
100
100
101
101
If enabled, two-term word combinations ('shingles') are indexed into a separate
102
- field. This allows exact phrase queries to run more efficiently, at the expense
102
+ field. This allows exact phrase queries (no slop) to run more efficiently, at the expense
103
103
of a larger index. Note that this works best when stopwords are not removed,
104
104
as phrases containing stopwords will not use the subsidiary field and will fall
105
105
back to a standard phrase query. Accepts `true` or `false` (default).
@@ -171,4 +171,4 @@ PUT my_index
171
171
--------------------------------
172
172
// CONSOLE
173
173
<1> `min_chars` must be greater than zero, defaults to 2
174
- <2> `max_chars` must be greater than or equal to `min_chars` and less than 20, defaults to 5
174
+ <2> `max_chars` must be greater than or equal to `min_chars` and less than 20, defaults to 5
You can’t perform that action at this time.
0 commit comments