Interface ParentJoinAggregator.CollectionStrategy
- All Superinterfaces:
AutoCloseable,Closeable,org.elasticsearch.core.Releasable
- All Known Implementing Classes:
ParentJoinAggregator.DenseCollectionStrategy,ParentJoinAggregator.SparseCollectionStrategy
- Enclosing class:
- ParentJoinAggregator
protected static interface ParentJoinAggregator.CollectionStrategy
extends org.elasticsearch.core.Releasable
Strategy for collecting the global ordinals of the join field in for all
docs that match the
ParentJoinAggregator#inFilter and then
checking if which of the docs in the
ParentJoinAggregator#outFilter also have the ordinal.-
Method Summary
Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
add
void add(long owningBucketOrd, int globalOrdinal) -
exists
boolean exists(long owningBucketOrd, int globalOrdinal)
-