Open
Description
Description
When invalid synonyms are added to a synonym graph or synonym token filter and lenient
is set to true, invalid synonyms are ignored.
The only indication for this are log messages , which are not immediate feedback to the user. These failures are returned as part of any API in Elasticsearch.
A way of detecting invalid synonyms configuration needs to be added to the Elasticsearch API, either in an existing one or as part of the Synonyms API.
Related: