Fix grammatical error in analysis.asciidoc (#40827)
This commit is contained in:
parent
a042b22d24
commit
38f4dda2be
|
@ -47,4 +47,4 @@ The `nGram` and `edgeNGram` token filter names have been deprecated in an earlie
|
|||
Indexes created using these token filters will still be readable in elasticsearch 7.0 but indexing
|
||||
documents using those filter names will issue a deprecation warning. Using the deprecated names on
|
||||
new indices starting with version 7.0.0 will be prohibited and throw an error when indexing
|
||||
or analyzing documents. Both names should be replaces by `ngram` or `edge_ngram` respectively.
|
||||
or analyzing documents. Both names should be replaced by `ngram` or `edge_ngram` respectively.
|
||||
|
|
Loading…
Reference in New Issue