Class ExpressionQueryList

java.lang.Object
org.elasticsearch.compute.operator.lookup.ExpressionQueryList
All Implemented Interfaces:
LookupEnrichQueryGenerator

public class ExpressionQueryList extends Object implements LookupEnrichQueryGenerator
A LookupEnrichQueryGenerator that combines multiple QueryLists into a single query. Each query in the resulting query will be a conjunction of all queries from the input lists at the same position. In the future we can extend this to support more complex expressions, such as disjunctions or negations.