Package org.elasticsearch.xpack.esql.querydsl.query
package org.elasticsearch.xpack.esql.querydsl.query
-
ClassesClassDescriptionLucene query that wraps another query and only selects documents that match the wrapped query and have a single field value.Expressions that store their own
QueryBuilderand implementTranslationAwarecan useTranslationAwareExpressionQueryto wrap theirQueryBuilder, instead of using the other existingQueryimplementations.