Mark synonym_graph as beta in the docs (#28496)

We do want to keep this functionality in the future and we provide support for it.
This change is a first step towards replacing the `synonym` token filter with `synonym_graph`.
This commit is contained in:
Jim Ferenczi 2018-02-02 16:33:48 +01:00 committed by GitHub
parent 88f4c1c03a
commit 7c2bcf3953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[[analysis-synonym-graph-tokenfilter]]
=== Synonym Graph Token Filter
experimental[This functionality is marked as experimental in Lucene]
beta[]
The `synonym_graph` token filter allows to easily handle synonyms,
including multi-word synonyms correctly during the analysis process.