public static class ParentToChildrenAggregator.Factory extends ValuesSourceAggregatorFactory<ValuesSource.Bytes.ParentChild>
ValuesSourceAggregatorFactory.LeafOnly<VS extends ValuesSource>config| コンストラクタと説明 |
|---|
Factory(String name,
ValuesSourceConfig<ValuesSource.Bytes.ParentChild> config,
String parentType,
org.apache.lucene.search.Query parentFilter,
org.apache.lucene.search.Query childFilter) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Aggregator |
createUnmapped(AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
protected Aggregator |
doCreateInternal(ValuesSource.Bytes.ParentChild valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
createInternal, doValidateasMultiBucketAggregator, create, name, parent, setMetaData, subFactories, validatepublic Factory(String name, ValuesSourceConfig<ValuesSource.Bytes.ParentChild> config, String parentType, org.apache.lucene.search.Query parentFilter, org.apache.lucene.search.Query childFilter)
protected Aggregator createUnmapped(AggregationContext aggregationContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) throws IOException
protected Aggregator doCreateInternal(ValuesSource.Bytes.ParentChild valuesSource, AggregationContext aggregationContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) throws IOException
Copyright © 2009–2016. All rights reserved.