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 |
| JoinQueryBuilders | |
| MetaJoinFieldMapper |
Simple field mapper hack to ensure that there is a one and only
ParentJoinFieldMapper per mapping. |
| MetaJoinFieldMapper.MetaJoinFieldType | |
| 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.
|
| ParentJoinFieldMapper |
A
FieldMapper that creates hierarchical joins (parent-join) between documents in the same index. |
| ParentJoinFieldMapper.Builder | |
| ParentJoinFieldMapper.Defaults | |
| ParentJoinFieldMapper.JoinFieldType | |
| ParentJoinFieldMapper.TypeParser | |
| ParentJoinNamedXContentProvider | |
| ParentJoinPlugin | |
| ParentToChildrenAggregator | |
| ParsedChildren | |
| ParsedParent |