OpenSearch/test/framework
Jim Ferenczi 269ae0bc15
Handle MatchNoDocsQuery in span query wrappers (#34106)
* Handle MatchNoDocsQuery in span query wrappers

This change adds a new SpanMatchNoDocsQuery query that replaces
MatchNoDocsQuery in the span query wrappers.
The `wildcard` query now returns MatchNoDocsQuery if the target field is not
in the mapping (#34093) so we need the equivalent span query in order to
be able to pass it to other span wrappers.

Closes #34105
2018-09-27 14:19:08 +02:00
..
src Handle MatchNoDocsQuery in span query wrappers (#34106) 2018-09-27 14:19:08 +02:00
build.gradle Move precommit task implementation to java (#33407) 2018-09-17 14:09:28 +03:00