public class InternalFilters extends InternalMultiBucketAggregation<InternalFilters,InternalFilters.Bucket> implements Filters
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalFilters.Bucket |
InternalMultiBucketAggregation.InternalBucketInternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static InternalAggregation.Type |
TYPE |
metaData, nameEMPTY_PARAMS| Constructor and Description |
|---|
InternalFilters() |
InternalFilters(String name,
List<InternalFilters.Bucket> buckets,
boolean keyed,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
InternalFilters |
create(List<InternalFilters.Bucket> buckets)
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided buckets. |
InternalFilters.Bucket |
createBucket(InternalAggregations aggregations,
InternalFilters.Bucket prototype)
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
protected void |
doReadFrom(StreamInput in) |
InternalAggregation |
doReduce(List<InternalAggregation> aggregations,
InternalAggregation.ReduceContext reduceContext) |
protected void |
doWriteTo(StreamOutput out) |
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
InternalFilters.Bucket |
getBucketByKey(String key) |
List<InternalFilters.Bucket> |
getBuckets()
The buckets created by this aggregation.
|
static void |
registerStream() |
InternalAggregation.Type |
type() |
getPropertygetMetaData, getName, getProperty, pipelineAggregators, readFrom, readSize, reduce, toXContent, writeSize, writeToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetaData, getName, getPropertypublic static final InternalAggregation.Type TYPE
public InternalFilters()
public InternalFilters(String name, List<InternalFilters.Bucket> buckets, boolean keyed, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData)
public static void registerStream()
public InternalAggregation.Type type()
type in class InternalAggregationInternalAggregation.Type of this aggregationpublic InternalFilters create(List<InternalFilters.Bucket> buckets)
InternalMultiBucketAggregationAggregation with the same settings as
this Aggregation and contains the provided buckets.create in class InternalMultiBucketAggregation<InternalFilters,InternalFilters.Bucket>buckets - the buckets to use in the new AggregationAggregationpublic InternalFilters.Bucket createBucket(InternalAggregations aggregations, InternalFilters.Bucket prototype)
InternalMultiBucketAggregationInternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations.createBucket in class InternalMultiBucketAggregation<InternalFilters,InternalFilters.Bucket>aggregations - the aggregations for the new bucketprototype - the bucket to use as a prototypepublic List<InternalFilters.Bucket> getBuckets()
FiltersgetBuckets in interface FiltersgetBuckets in interface MultiBucketsAggregationpublic InternalFilters.Bucket getBucketByKey(String key)
getBucketByKey in interface Filterspublic InternalAggregation doReduce(List<InternalAggregation> aggregations, InternalAggregation.ReduceContext reduceContext)
doReduce in class InternalAggregationprotected void doReadFrom(StreamInput in) throws IOException
doReadFrom in class InternalAggregationIOExceptionprotected void doWriteTo(StreamOutput out) throws IOException
doWriteTo in class InternalAggregationIOExceptionpublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody in class InternalAggregationIOExceptionCopyright © 2009–2017. All rights reserved.