analysis.asciidoc 1.0 KB

123456789101112131415161718192021222324252627
  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. [[ngram-edgengram-filter-names-removed]]
  10. ==== The `nGram` and `edgeNGram` token filter names have been removed
  11. The `nGram` and `edgeNGram` token filter names that have been deprecated since
  12. version 6.4 have been removed. Both token filters can only be used by their
  13. alternative names `ngram` and `edge_ngram` since version 7.0.
  14. [float]
  15. [[nGram-edgeNGram-tokenizer-dreprecation]]
  16. ==== Disallow use of the `nGram` and `edgeNGram` tokenizer names
  17. The `nGram` and `edgeNGram` tokenizer names haven been deprecated with 7.6 and are no longer
  18. supported on new indices. Mappings for indices created after 7.6 will continue to work but
  19. emit a deprecation warning. The tokenizer name should be changed to the fully equivalent
  20. `ngram` or `edge_ngram` names for new indices and in index templates.