OpenSearch/server
Jim Ferenczi 190f1e1fb3
Fix synonym phrase query expansion for cross_fields parsing (#28045)
* Fix synonym phrase query expansion for cross_fields parsing

The `cross_fields` mode for query parser ignores phrase query generated by multi-word synonyms.
In such case only the first field of each analyzer group is kept. This change fixes this issue
by expanding the phrase query for each analyzer group to **all** fields using a disjunction max query.
2018-01-15 18:00:20 +01:00
..
cli Rename core module to server (#28180) 2018-01-11 11:30:43 -07:00
licenses upgrade to lucene 7.2.1 (#28218) 2018-01-15 16:47:46 +01:00
src Fix synonym phrase query expansion for cross_fields parsing (#28045) 2018-01-15 18:00:20 +01:00
build.gradle Introduce elasticsearch-core jar (#28191) 2018-01-15 09:59:01 -07:00