index-phrases.asciidoc 438 B

12345678
  1. [[index-phrases]]
  2. === `index_phrases`
  3. If enabled, two-term word combinations ('shingles') are indexed into a separate
  4. field. This allows exact phrase queries (no slop) to run more efficiently, at the expense
  5. of a larger index. Note that this works best when stopwords are not removed,
  6. as phrases containing stopwords will not use the subsidiary field and will fall
  7. back to a standard phrase query. Accepts `true` or `false` (default).