public class SignificantLongTerms extends InternalSignificantTerms
InternalAggregation.CommonFields, InternalAggregation.ReduceContext, InternalAggregation.TypeToXContent.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, supersetSizenameEMPTY_PARAMS| Constructor and Description |
|---|
SignificantLongTerms(long subsetSize,
long supersetSize,
String name,
ValueFormatter formatter,
int requiredSize,
long minDocCount,
SignificanceHeuristic significanceHeuristic,
Collection<InternalSignificantTerms.Bucket> buckets) |
| Modifier and Type | Method and Description |
|---|---|
XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
void |
readFrom(StreamInput in) |
static void |
registerStreams() |
InternalAggregation.Type |
type() |
void |
writeTo(StreamOutput out) |
getBucketByKey, getBuckets, iterator, reducegetName, readSize, toXContent, writeSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameforEach, spliteratortoXContentpublic static final InternalAggregation.Type TYPE
public static final AggregationStreams.Stream STREAM
public SignificantLongTerms(long subsetSize,
long supersetSize,
String name,
@Nullable
ValueFormatter formatter,
int requiredSize,
long minDocCount,
SignificanceHeuristic significanceHeuristic,
Collection<InternalSignificantTerms.Bucket> buckets)
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 XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
doXContentBody in class InternalAggregationIOExceptionCopyright © 2009–2016. All rights reserved.