mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
18 lines
577 B
Text
18 lines
577 B
Text
[float]
|
|
[[breaking_80_analysis_changes]]
|
|
=== Analysis changes
|
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
//Installation and Upgrade Guide
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
// end::notable-breaking-changes[]
|
|
|
|
[float]
|
|
[[ngram-edgengram-filter-names-removed]]
|
|
==== The `nGram` and `edgeNGram` token filter names have been removed
|
|
|
|
The `nGram` and `edgeNGram` token filter names that have been deprecated since
|
|
version 6.4 have been removed. Both token filters can only be used by their
|
|
alternative names `ngram` and `edge_ngram` since version 7.0.
|