OpenSearch/qa/query-builder-bwc
Adrien Grand 85f5382a3c
Fix more query extraction bugs. (#29388)
I found the following bugs:
 - The 6.0 logic for conjunctions didn't work when there were only `match_all`
   queries in MUST/FILTER clauses as they didn't propagate the `matchAllDocs`
   flag.
 - Some queries still had the same issue as `BooleanQuery` used to have with
   duplicate terms (see #28353), eg. `MultiPhraseQuery`.

Closes #29376
2018-04-06 10:44:34 +02:00
..
src/test/java/org/elasticsearch/bwc Fix more query extraction bugs. (#29388) 2018-04-06 10:44:34 +02:00
build.gradle Test: Remove specifying zip distribution in qa tests (#28805) 2018-02-23 13:45:38 -08:00