analysis.asciidoc 536 B

1234567891011121314151617
  1. [float]
  2. [[breaking_80_analysis_changes]]
  3. === Analysis changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. ==== The `nGram` and `edgeNGram` token filter names have been removed
  10. The `nGram` and `edgeNGram` token filter names that have been deprecated since
  11. version 6.4 have been removed. Both token filters can only be used by their
  12. alternative names `ngram` and `edge_ngram` since version 7.0.