Package org.elasticsearch.xpack.esql.querydsl.query
package org.elasticsearch.xpack.esql.querydsl.query
-
ClassDescriptionLucene query that wraps another query and only selects documents that match the wrapped query and have a single field value.Builds a
boolquery combining the "next" query and aSingleValueMatchQuery.Builds a query matching either ignored values OR the union ofnextquery andSingleValueMatchQuery.Builds aboolquery ANDing the "next" query, aSingleValueMatchQuery, and aTermQuerymaking sure we didn't ignore any values.Expressions that store their ownQueryBuilderand implementTranslationAwarecan useTranslationAwareExpressionQueryto wrap theirQueryBuilder, instead of using the other existingQueryimplementations.