public class SignificantLongTerms extends InternalMappedSignificantTerms<SignificantLongTerms,org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket>
InternalMultiBucketAggregation.InternalBucketInternalAggregation.ReduceContextAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
bucketMap, buckets, format, significanceHeuristic, subsetSize, supersetSizeBG_COUNT, minDocCount, requiredSize, SCOREmetaData, nameTYPED_KEYS_DELIMITEREMPTY_PARAMS| Constructor and Description |
|---|
SignificantLongTerms(StreamInput in)
Read from a stream.
|
SignificantLongTerms(java.lang.String name,
int requiredSize,
long minDocCount,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData,
DocValueFormat format,
long subsetSize,
long supersetSize,
SignificanceHeuristic significanceHeuristic,
java.util.List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets) |
| Modifier and Type | Method and Description |
|---|---|
SignificantLongTerms |
create(java.util.List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets)
Create a new copy of this
Aggregation with the same settings as
this Aggregation and contains the provided buckets. |
protected SignificantLongTerms |
create(long subsetSize,
long supersetSize,
java.util.List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets) |
org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket |
createBucket(InternalAggregations aggregations,
org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket prototype)
Create a new
InternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations. |
protected org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket[] |
createBucketsArray(int size)
Create an array to hold some buckets.
|
java.lang.String |
getWriteableName()
Returns the name of the writeable object
|
doEquals, doHashCode, doXContentBody, getBucketByKey, getBuckets, getSignificanceHeuristic, getSubsetSize, getSupersetSize, iterator, writeTermTypeInfoTodoReduce, doWriteTogetPropertyequals, getMetaData, getName, getProperty, getType, hashCode, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMetaData, getName, getTypeisFragmenttoXContentpublic static final java.lang.String NAME
public SignificantLongTerms(java.lang.String name,
int requiredSize,
long minDocCount,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData,
DocValueFormat format,
long subsetSize,
long supersetSize,
SignificanceHeuristic significanceHeuristic,
java.util.List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets)
public SignificantLongTerms(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
NamedWriteablepublic SignificantLongTerms create(java.util.List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets)
InternalMultiBucketAggregationAggregation with the same settings as
this Aggregation and contains the provided buckets.create in class InternalMultiBucketAggregation<SignificantLongTerms,org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket>buckets - the buckets to use in the new AggregationAggregationpublic org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket createBucket(InternalAggregations aggregations, org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket prototype)
InternalMultiBucketAggregationInternalMultiBucketAggregation.InternalBucket using the provided prototype bucket
and aggregations.createBucket in class InternalMultiBucketAggregation<SignificantLongTerms,org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket>aggregations - the aggregations for the new bucketprototype - the bucket to use as a prototypeprotected SignificantLongTerms create(long subsetSize, long supersetSize, java.util.List<org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket> buckets)
create in class InternalSignificantTerms<SignificantLongTerms,org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket>protected org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket[] createBucketsArray(int size)
InternalSignificantTermscreateBucketsArray in class InternalSignificantTerms<SignificantLongTerms,org.elasticsearch.search.aggregations.bucket.significant.SignificantLongTerms.Bucket>