OpenSearch/modules/analysis-common
Alan Woodward b6a0f098e6 Don't use index_phrases on graph queries (#44340)
Due to https://issues.apache.org/jira/browse/LUCENE-8916, when you
try to use a synonym filter with the index_phrases option on a text field,
you can end up with null values in a Phrase query, leading to weird
exceptions further down the querying chain. As a workaround, this commit
disables the index_phrases optimization for queries that produce token
graphs.

Fixes #43976
2019-07-17 16:46:00 +01:00
..
src Don't use index_phrases on graph queries (#44340) 2019-07-17 16:46:00 +01:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00