elasticsearch/qa/full-cluster-restart
Yannick Welsch 4c47daa8d6
Rewrite match_all inside must_not (#85999)
A must_not with a match_all clause inside a bool query is currently not rewritten to a match_none query. This means that running a boolean query with "must_not":[{"terms":{"_tier":["data_frozen","data_cold"]}] is currently not rewritten as match_none on a cold/frozen tier node.
2022-04-20 08:58:19 +02:00
..
src/test/java/org/elasticsearch/upgrades Rewrite match_all inside must_not (#85999) 2022-04-20 08:58:19 +02:00
build.gradle Introduce explicit API for configure test cluster feature flags (#83876) 2022-02-14 15:22:33 -08:00