Package org.opensearch.join.aggregations
Interface ParentJoinAggregator.CollectionStrategy
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Implementing Classes:
ParentJoinAggregator.DenseCollectionStrategy,ParentJoinAggregator.SparseCollectionStrategy
- Enclosing class:
- ParentJoinAggregator
protected static interface ParentJoinAggregator.CollectionStrategy extends Releasable
Strategy for collecting the global ordinals of the join field in for all docs that match theParentJoinAggregator#inFilterand then checking if which of the docs in theParentJoinAggregator#outFilteralso have the ordinal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long owningBucketOrd, int globalOrdinal)booleanexists(long owningBucketOrd, int globalOrdinal)-
Methods inherited from interface org.opensearch.common.lease.Releasable
close
-
-