You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than doing a two-phase iterator dance with advanceExact, we can
use the fact that doc values iterators all extend DocIdSetIterator and reuse
DocIdSetIteratorScorerSupplier if we know there are no multi-valued fields
in a segment.
We can also automatically rewrite to a MatchAllDocsQuery if the input
FieldData is a constant value.
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/querydsl/query/SingleValueMatchQuery.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/querydsl/query/SingleValueMatchQueryTests.java
0 commit comments