Module org.elasticsearch.compute
Package org.elasticsearch.compute.operator.lookup
package org.elasticsearch.compute.operator.lookup
-
ClassDescriptionRepresents the optimization state for block processing in lookup/enrich operations.Helper class used in lookup joins.Emit page of boolean values where corresponding position in specified channel contains a single value.Lookup document IDs for the input queries.An interface to generates queries for the lookup and enrich operators.Intermediate operator that processes match field pages from ExchangeSourceOperator and generates queries to lookup document IDs.Combines values at the given blocks with the same positions into a single position for the blocks at the given channels.Generates a list of Lucene queries based on the input block.Performs a
LEFT JOINwhere many "right hand" pages are joined against a "left hand"Page.