public class UnmappedTerms extends InternalTerms
InternalTerms.BucketInternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeTerms.Order, Terms.ValueTypeToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static AggregationStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
bucketMap, buckets, DOC_COUNT_ERROR_UPPER_BOUND_FIELD_NAME, docCountError, minDocCount, order, otherDocCount, requiredSize, shardSize, showTermDocCountError, SUM_OF_OTHER_DOC_COUNTSnameEMPTY_PARAMS| Constructor and Description |
|---|
UnmappedTerms(String name,
Terms.Order order,
int requiredSize,
int shardSize,
long minDocCount) |
| Modifier and Type | Method and Description |
|---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
protected InternalTerms |
newAggregation(String name,
List<InternalTerms.Bucket> buckets,
boolean showTermDocCountError,
long docCountError,
long otherDocCount) |
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, getDocCountError, getSumOfOtherDocCountsgetName, readSize, toXContent, writeSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNametoXContentpublic static final InternalAggregation.Type TYPE
public static final AggregationStreams.Stream STREAM
public UnmappedTerms(String name, Terms.Order order, int requiredSize, int shardSize, long minDocCount)
public static void registerStreams()
public InternalAggregation.Type type()
type in class InternalAggregationInternalAggregation.Type of this aggregationpublic void readFrom(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
IOExceptionpublic InternalAggregation reduce(InternalAggregation.ReduceContext reduceContext)
InternalAggregationreduce in class InternalTermsprotected InternalTerms newAggregation(String name, List<InternalTerms.Bucket> buckets, boolean showTermDocCountError, long docCountError, long otherDocCount)
newAggregation in class InternalTermspublic XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody in class InternalAggregationIOExceptionCopyright © 2009–2016. All rights reserved.