@ProviderType public interface SignificantTermsAggregation extends FieldAggregation
Modifier and Type | Method and Description |
---|---|
Query |
getBackgroundFilterQuery() |
BucketCountThresholds |
getBucketCountThresholds() |
java.lang.String |
getExecutionHint() |
IncludeExcludeClause |
getIncludeExcludeClause() |
java.lang.Long |
getMinDocCount() |
java.lang.Long |
getShardMinDocCount() |
java.lang.Integer |
getShardSize() |
SignificanceHeuristic |
getSignificanceHeuristic() |
java.lang.Integer |
getSize() |
void |
setBackgroundFilterQuery(Query backgroundFilterQuery) |
void |
setBucketCountThresholds(BucketCountThresholds bucketCountThresholds) |
void |
setExecutionHint(java.lang.String executionHint) |
void |
setIncludeExcludeClause(IncludeExcludeClause includeExcludeClause) |
void |
setMinDocCount(java.lang.Long minDocCount) |
void |
setShardMinDocCount(java.lang.Long shardMinDocCount) |
void |
setShardSize(java.lang.Integer shardSize) |
void |
setSignificanceHeuristic(SignificanceHeuristic significanceHeuristic) |
void |
setSize(java.lang.Integer size) |
getField, getMissing, getScript, setField, setMissing, setScript
accept, addChildAggregation, addChildrenAggregations, addPipelineAggregation, addPipelineAggregations, getChildAggregation, getChildrenAggregations, getName, getPipelineAggregation, getPipelineAggregations, removeChildAggregation, removePipelineAggregation
Query getBackgroundFilterQuery()
BucketCountThresholds getBucketCountThresholds()
java.lang.String getExecutionHint()
IncludeExcludeClause getIncludeExcludeClause()
java.lang.Long getMinDocCount()
java.lang.Long getShardMinDocCount()
java.lang.Integer getShardSize()
SignificanceHeuristic getSignificanceHeuristic()
java.lang.Integer getSize()
void setBackgroundFilterQuery(Query backgroundFilterQuery)
void setBucketCountThresholds(BucketCountThresholds bucketCountThresholds)
void setExecutionHint(java.lang.String executionHint)
void setIncludeExcludeClause(IncludeExcludeClause includeExcludeClause)
void setMinDocCount(java.lang.Long minDocCount)
void setShardMinDocCount(java.lang.Long shardMinDocCount)
void setShardSize(java.lang.Integer shardSize)
void setSignificanceHeuristic(SignificanceHeuristic significanceHeuristic)
void setSize(java.lang.Integer size)