Package org.elasticsearch.xpack.esql.enrich
package org.elasticsearch.xpack.esql.enrich
-
ClassDescriptionAbstractLookupService<R extends org.elasticsearch.xpack.esql.enrich.AbstractLookupService.Request,
T extends org.elasticsearch.xpack.esql.enrich.AbstractLookupService.TransportRequest> AbstractLookupServiceperforms aLEFT JOINfor a given input page against another index that must have only a single shard.AbstractLookupServiceuses this to power the queries and field loading that it needs to perform to actually do the lookup.Create aAbstractLookupService.LookupShardContextfor a locally allocatedShardId.AQueryListthat generates a query for a binary comparison.EnrichLookupServiceperforms enrich lookup for a given input page.Resolves enrich policies across clusters in several steps: 1.ALookupEnrichQueryGeneratorthat combines multiple conditions into a single query list.LookupFromIndexServiceperforms lookup against a Lookup index for a given input page.Configuration for a field used in the join condition of a LOOKUP JOIN or ENRICH operation.