public class UnmappedSignificantTerms extends InternalSignificantTerms
InternalSignificantTerms.Bucket
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.Type
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
static AggregationStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
bucketMap, buckets, minDocCount, requiredSize, significanceHeuristic, subsetSize, supersetSize
name
EMPTY_PARAMS
Constructor and Description |
---|
UnmappedSignificantTerms(String name,
int requiredSize,
long minDocCount) |
Modifier and Type | Method and Description |
---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
void |
readFrom(StreamInput in) |
InternalAggregation |
reduce(InternalAggregation.ReduceContext reduceContext)
Reduces the given addAggregation to a single one and returns it.
|
static void |
registerStreams() |
InternalAggregation.Type |
type() |
void |
writeTo(StreamOutput out) |
getBucketByKey, getBuckets, iterator
getName, readSize, toXContent, writeSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
forEach, spliterator
toXContent
public static final InternalAggregation.Type TYPE
public static final AggregationStreams.Stream STREAM
public UnmappedSignificantTerms(String name, int requiredSize, long minDocCount)
public static void registerStreams()
public InternalAggregation.Type type()
type
in class InternalAggregation
InternalAggregation.Type
of this aggregationpublic InternalAggregation reduce(InternalAggregation.ReduceContext reduceContext)
InternalAggregation
reduce
in class InternalSignificantTerms
public void readFrom(StreamInput in) throws IOException
IOException
public void writeTo(StreamOutput out) throws IOException
IOException
public XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody
in class InternalAggregation
IOException
Copyright © 2009–2015. All rights reserved.