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.CommonFields
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested 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 StringNAME-
Fields inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
config
-
Fields inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
metaData
-
Fields inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
factoriesBuilder, name
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Modifier Constructor Description SignificantTermsAggregationBuilder(String name, ValueType valueType)SignificantTermsAggregationBuilder(StreamInput in)Read from a Stream.protectedSignificantTermsAggregationBuilder(SignificantTermsAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryBuilderbackgroundFilter()SignificantTermsAggregationBuilderbackgroundFilter(QueryBuilder backgroundFilter)TermsAggregator.BucketCountThresholdsbucketCountThresholds()SignificantTermsAggregationBuilderbucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds)protected XContentBuilderdoXContentBody(XContentBuilder builder, ToXContent.Params params)booleanequals(Object obj)StringexecutionHint()Expert: gets an execution hint to the aggregation.SignificantTermsAggregationBuilderexecutionHint(String executionHint)Expert: sets an execution hint to the aggregation.protected TermsAggregator.BucketCountThresholdsgetBucketCountThresholds()static Aggregator.ParsergetParser(ParseFieldRegistry<SignificanceHeuristicParser> significanceHeuristicParserRegistry)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.protected booleanserializeTargetValueType(Version version)Should this builder serialize its targetValueType? Defaults to false.protected AggregationBuildershallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,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, valueType
-
Methods inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
build, getMetaData, getWriteableName, setMetaData, subAggregation, subAggregation, subAggregations, toXContent, writeTo
-
Methods inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
doRewrite, getName, getPipelineAggregations, getSubAggregations, rewrite, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SignificantTermsAggregationBuilder
public SignificantTermsAggregationBuilder(String name, ValueType valueType)
-
SignificantTermsAggregationBuilder
public SignificantTermsAggregationBuilder(StreamInput in) throws IOException
Read from a Stream.- Throws:
IOException
-
SignificantTermsAggregationBuilder
protected SignificantTermsAggregationBuilder(SignificantTermsAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, Map<String,Object> metaData)
-
-
Method Detail
-
getParser
public static Aggregator.Parser getParser(ParseFieldRegistry<SignificanceHeuristicParser> significanceHeuristicParserRegistry)
-
shallowCopy
protected AggregationBuilder shallowCopy(AggregatorFactories.Builder factoriesBuilder, Map<String,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
protected void innerWriteTo(StreamOutput out) throws IOException
Description copied from class:ValuesSourceAggregationBuilderWrite subclass's state to the stream.- Specified by:
innerWriteToin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Throws:
IOException
-
serializeTargetValueType
protected boolean serializeTargetValueType(Version version)
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
protected TermsAggregator.BucketCountThresholds getBucketCountThresholds()
-
bucketCountThresholds
public TermsAggregator.BucketCountThresholds bucketCountThresholds()
-
bucketCountThresholds
public SignificantTermsAggregationBuilder bucketCountThresholds(TermsAggregator.BucketCountThresholds bucketCountThresholds)
-
size
public SignificantTermsAggregationBuilder size(int size)
Sets the size - indicating how many term buckets should be returned (defaults to 10)
-
shardSize
public SignificantTermsAggregationBuilder shardSize(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). The higher the shard size is, the more accurate the results are.
-
minDocCount
public SignificantTermsAggregationBuilder minDocCount(long minDocCount)
Set the minimum document count terms should have in order to appear in the response.
-
shardMinDocCount
public SignificantTermsAggregationBuilder shardMinDocCount(long shardMinDocCount)
Set the minimum document count terms should have on the shard in order to appear in the response.
-
executionHint
public SignificantTermsAggregationBuilder executionHint(String executionHint)
Expert: sets an execution hint to the aggregation.
-
executionHint
public String executionHint()
Expert: gets an execution hint to the aggregation.
-
backgroundFilter
public SignificantTermsAggregationBuilder backgroundFilter(QueryBuilder backgroundFilter)
-
backgroundFilter
public QueryBuilder backgroundFilter()
-
includeExclude
public SignificantTermsAggregationBuilder includeExclude(IncludeExclude includeExclude)
Set terms to include and exclude from the aggregation results
-
includeExclude
public IncludeExclude includeExclude()
Get terms to include and exclude from the aggregation results
-
significanceHeuristic
public SignificantTermsAggregationBuilder significanceHeuristic(SignificanceHeuristic significanceHeuristic)
-
significanceHeuristic
public SignificanceHeuristic significanceHeuristic()
-
innerBuild
protected ValuesSourceAggregatorFactory<ValuesSource> innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) throws IOException
- Specified by:
innerBuildin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Throws:
IOException
-
doXContentBody
protected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
doXContentBodyin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>- Throws:
IOException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classValuesSourceAggregationBuilder<ValuesSource,SignificantTermsAggregationBuilder>
-
getType
public String getType()
Description copied from interface:BaseAggregationBuilderThe name of the type of aggregation built by this builder.- Specified by:
getTypein interfaceBaseAggregationBuilder
-
-