Class SignificantTermsAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.AggregationBuilder
org.elasticsearch.search.aggregations.AbstractAggregationBuilder<AB>
org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>
org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment,BaseAggregationBuilder,MultiBucketAggregationBuilder
public class SignificantTermsAggregationBuilder extends ValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder> implements MultiBucketAggregationBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
ValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
AggregationBuilder.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEFields inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
configFields inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
metaDataFields inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
factoriesBuilder, name -
Constructor Summary
Constructors Modifier Constructor Description SignificantTermsAggregationBuilder(java.lang.String name, ValueType valueType)SignificantTermsAggregationBuilder(StreamInput in)Read from a Stream.protectedSignificantTermsAggregationBuilder(SignificantTermsAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData) -
Method Summary
Modifier and Type Method Description QueryBuilderbackgroundFilter()SignificantTermsAggregationBuilderbackgroundFilter(QueryBuilder backgroundFilter)TermsAggregator.BucketCountThresholdsbucketCountThresholds()SignificantTermsAggregationBuilderbucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds)protected XContentBuilderdoXContentBody(XContentBuilder builder, ToXContent.Params params)booleanequals(java.lang.Object obj)java.lang.StringexecutionHint()Expert: gets an execution hint to the aggregation.SignificantTermsAggregationBuilderexecutionHint(java.lang.String executionHint)Expert: sets an execution hint to the aggregation.protected TermsAggregator.BucketCountThresholdsgetBucketCountThresholds()java.lang.StringgetType()The name of the type of aggregation built by this builder.inthashCode()IncludeExcludeincludeExclude()Get terms to include and exclude from the aggregation resultsSignificantTermsAggregationBuilderincludeExclude(IncludeExclude includeExclude)Set terms to include and exclude from the aggregation resultsprotected ValuesSourceAggregatorFactory<ValuesSource>innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected voidinnerWriteTo(StreamOutput out)Write subclass's state to the stream.SignificantTermsAggregationBuilderminDocCount(long minDocCount)Set the minimum document count terms should have in order to appear in the response.static SignificantTermsAggregationBuilderparse(java.lang.String aggregationName, XContentParser parser)protected booleanserializeTargetValueType(Version version)Should this builder serialize its targetValueType? Defaults to false.protected AggregationBuildershallowCopy(AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData)Create a shallow copy of this builder and replacingAggregationBuilder.factoriesBuilderandmetaData.SignificantTermsAggregationBuildershardMinDocCount(long shardMinDocCount)Set the minimum document count terms should have on the shard in order to appear in the response.SignificantTermsAggregationBuildershardSize(int shardSize)Sets the shard_size - indicating the number of term buckets each shard will return to the coordinating node (the node that coordinates the search execution).SignificanceHeuristicsignificanceHeuristic()SignificantTermsAggregationBuildersignificanceHeuristic(SignificanceHeuristic significanceHeuristic)SignificantTermsAggregationBuildersize(int size)Sets the size - indicating how many term buckets should be returned (defaults to 10)Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
defaultValueType, doBuild, doWriteTo, field, field, format, format, internalXContent, missing, missing, resolveConfig, resolveScriptAny, script, script, timeZone, timeZone, valueType, valueTypeMethods inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
build, getMetaData, getWriteableName, setMetaData, subAggregation, subAggregation, subAggregations, toXContent, writeToMethods inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
doRewrite, getName, getPipelineAggregations, getSubAggregations, rewrite, toString
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
SignificantTermsAggregationBuilder
-
SignificantTermsAggregationBuilder
Read from a Stream.- Throws:
java.io.IOException
-
SignificantTermsAggregationBuilder
protected SignificantTermsAggregationBuilder(SignificantTermsAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData)
-
-
Method Details
-
parse
public static SignificantTermsAggregationBuilder parse(java.lang.String aggregationName, XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
shallowCopy
protected AggregationBuilder shallowCopy(AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData)Description copied from class:AggregationBuilderCreate a shallow copy of this builder and replacingAggregationBuilder.factoriesBuilderandmetaData. Used byAggregationBuilder.rewrite(QueryRewriteContext).- Specified by:
shallowCopyin classAggregationBuilder
-
innerWriteTo
Description copied from class:ValuesSourceAggregationBuilderWrite subclass's state to the stream.- Specified by:
innerWriteToin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Throws:
java.io.IOException
-
serializeTargetValueType
Description copied from class:ValuesSourceAggregationBuilderShould this builder serialize its targetValueType? Defaults to false. All subclasses that override this to true should use the three argument read constructor rather than the four argument version.- Overrides:
serializeTargetValueTypein classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Parameters:
version- For backwards compatibility, subclasses can change behavior based on the version
-
getBucketCountThresholds
-
bucketCountThresholds
-
bucketCountThresholds
public SignificantTermsAggregationBuilder bucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds) -
size
Sets the size - indicating how many term buckets should be returned (defaults to 10) -
shardSize
Sets the shard_size - indicating the number of term buckets each shard will return to the coordinating node (the node that coordinates the search execution). The higher the shard size is, the more accurate the results are. -
minDocCount
Set the minimum document count terms should have in order to appear in the response. -
shardMinDocCount
Set the minimum document count terms should have on the shard in order to appear in the response. -
executionHint
Expert: sets an execution hint to the aggregation. -
executionHint
public java.lang.String executionHint()Expert: gets an execution hint to the aggregation. -
backgroundFilter
-
backgroundFilter
-
includeExclude
Set terms to include and exclude from the aggregation results -
includeExclude
Get terms to include and exclude from the aggregation results -
significanceHeuristic
public SignificantTermsAggregationBuilder significanceHeuristic(SignificanceHeuristic significanceHeuristic) -
significanceHeuristic
-
innerBuild
protected ValuesSourceAggregatorFactory<ValuesSource> innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) throws java.io.IOException- Specified by:
innerBuildin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Throws:
java.io.IOException
-
doXContentBody
protected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
doXContentBodyin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>
-
getType
public java.lang.String getType()Description copied from interface:BaseAggregationBuilderThe name of the type of aggregation built by this builder.- Specified by:
getTypein interfaceBaseAggregationBuilder
-