public class InternalFilters extends InternalAggregation implements Filters
Modifier and Type | Class and Description |
---|---|
static class |
InternalFilters.Bucket |
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.Type
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static InternalAggregation.Type |
TYPE |
name
EMPTY_PARAMS
Constructor and Description |
---|
InternalFilters() |
InternalFilters(String name,
List<InternalFilters.Bucket> buckets,
boolean keyed) |
Modifier and Type | Method and Description |
---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
InternalFilters.Bucket |
getBucketByKey(String key)
The bucket that is associated with the given key.
|
Collection<InternalFilters.Bucket> |
getBuckets()
The buckets created by this aggregation.
|
void |
readFrom(StreamInput in) |
InternalAggregation |
reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static void |
registerStream() |
InternalAggregation.Type |
type() |
void |
writeTo(StreamOutput out) |
getName, readSize, toXContent, writeSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static final InternalAggregation.Type TYPE
public InternalFilters()
public InternalFilters(String name, List<InternalFilters.Bucket> buckets, boolean keyed)
public static void registerStream()
public InternalAggregation.Type type()
type
in class InternalAggregation
InternalAggregation.Type
of this aggregationpublic Collection<InternalFilters.Bucket> getBuckets()
Filters
getBuckets
in interface Filters
getBuckets
in interface MultiBucketsAggregation
public InternalFilters.Bucket getBucketByKey(String key)
MultiBucketsAggregation
getBucketByKey
in interface Filters
getBucketByKey
in interface MultiBucketsAggregation
key
- The key of the requested bucket.public InternalAggregation reduce(InternalAggregation.ReduceContext reduceContext)
InternalAggregation
reduce
in class InternalAggregation
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
IOException
public XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody
in class InternalAggregation
IOException
Copyright © 2009–2015. All rights reserved.