| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations.bucket.children |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
ParentToChildrenAggregator.Factory.doCreateInternal(ValuesSource.Bytes.ParentChild valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
ParentToChildrenAggregator(String name,
AggregatorFactories factories,
AggregationContext aggregationContext,
Aggregator parent,
String parentType,
org.apache.lucene.search.Query childFilter,
org.apache.lucene.search.Query parentFilter,
ValuesSource.Bytes.ParentChild valuesSource,
long maxOrd,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Constructor and Description |
|---|
ParentToChildrenAggregator.Factory(String name,
ValuesSourceConfig<ValuesSource.Bytes.ParentChild> config,
String parentType,
org.apache.lucene.search.Query parentFilter,
org.apache.lucene.search.Query childFilter) |
Copyright © 2009–2017. All rights reserved.