All Classes
Class | Description |
---|---|
Children |
An single bucket aggregation that translates parent documents to their children documents.
|
ChildrenAggregationBuilder | |
ChildrenAggregatorFactory | |
ChildrenToParentAggregator |
A
BucketsAggregator which resolves to the matching parent documents. |
HasChildQueryBuilder |
A query builder for
has_child query. |
HasChildQueryBuilder.LateParsingQuery |
A query that rewrites into another query using
JoinUtil.createJoinQuery(String, Query, Query, IndexSearcher, ScoreMode, OrdinalMap, int, int)
that executes the actual join. |
HasParentQueryBuilder |
Builder for the 'has_parent' query.
|
InternalChildren |
Results of the
ParentToChildrenAggregator . |
InternalParent |
Results of the
ChildrenToParentAggregator . |
JoinAggregationBuilders | |
JoinAggregationInspectionHelper |
Counterpart to
AggregationInspectionHelper , providing
helpers for some aggs in the Join package |
Joiner |
Utility class to help build join queries and aggregations, based on a join_field
|
JoinQueryBuilders | |
Parent |
An single bucket aggregation that translates child documents to their parent documents.
|
ParentAggregationBuilder | |
ParentAggregatorFactory | |
ParentIdFieldMapper |
A field mapper used internally by the
ParentJoinFieldMapper to index
the value that link documents in the index (parent _id or _id if the document is a parent). |
ParentIdFieldMapper.ParentIdFieldType | |
ParentIdQueryBuilder | |
ParentJoinAggregator |
An aggregator that joins documents based on global ordinals.
|
ParentJoinAggregator.CollectionStrategy |
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. |
ParentJoinFieldMapper |
A
FieldMapper that creates hierarchical joins (parent-join) between documents in the same index. |
ParentJoinFieldMapper.Builder | |
ParentJoinFieldMapper.Defaults | |
ParentJoinFieldMapper.JoinFieldType | |
ParentJoinNamedXContentProvider | |
ParentJoinPlugin | |
ParentToChildrenAggregator | |
ParsedChildren | |
ParsedParent |