Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.children |
Modifier and Type | Method and Description |
---|---|
protected Aggregator |
ParentToChildrenAggregator.Factory.create(ValuesSource.Bytes.ParentChild valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
Constructor and Description |
---|
ParentToChildrenAggregator(String name,
AggregatorFactories factories,
AggregationContext aggregationContext,
Aggregator parent,
String parentType,
org.apache.lucene.search.Filter childFilter,
org.apache.lucene.search.Filter parentFilter,
ValuesSource.Bytes.ParentChild valuesSource,
long maxOrd) |
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Bytes.ParentChild> config,
String parentType,
org.apache.lucene.search.Filter parentFilter,
org.apache.lucene.search.Filter childFilter) |
Copyright © 2009–2015. All rights reserved.