mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 18:33:26 -04:00
This commit moves the documentation and examples for the `index_prefixes` option on text fields to its own file, to bring it in line with other mapping parameters, and expands a bit on both.
8 lines
No EOL
438 B
Text
8 lines
No EOL
438 B
Text
[[index-phrases]]
|
|
=== `index_phrases`
|
|
|
|
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). |