2018-11-21 10:27:11 -05:00
|
|
|
[[index-phrases]]
|
2018-11-22 04:20:46 -05:00
|
|
|
=== `index_phrases`
|
2018-11-21 10:27:11 -05:00
|
|
|
|
|
|
|
If enabled, two-term word combinations ('shingles') are indexed into a separate
|
|
|
|
field. This allows exact phrase queries (no slop) to run more efficiently, at the expense
|
|
|
|
of a larger index. Note that this works best when stopwords are not removed,
|
|
|
|
as phrases containing stopwords will not use the subsidiary field and will fall
|
|
|
|
back to a standard phrase query. Accepts `true` or `false` (default).
|