@ProviderType public interface SignificantTextAggregation extends FieldAggregation
| Modifier and Type | Method and Description |
|---|---|
Query |
getBackgroundFilterQuery() |
BucketCountThresholds |
getBucketCountThresholds() |
java.lang.String |
getExecutionHint() |
java.lang.Boolean |
getFilterDuplicateText() |
IncludeExcludeClause |
getIncludeExcludeClause() |
java.lang.Long |
getMinDocCount() |
java.lang.Long |
getShardMinDocCount() |
java.lang.Integer |
getShardSize() |
SignificanceHeuristic |
getSignificanceHeuristic() |
java.lang.Integer |
getSize() |
java.util.List<java.lang.String> |
getSourceFields() |
void |
setBackgroundFilterQuery(Query backgroundFilterQuery) |
void |
setBucketCountThresholds(BucketCountThresholds bucketCountThresholds) |
void |
setExecutionHint(java.lang.String executionHint) |
void |
setFilterDuplicateText(java.lang.Boolean filterDuplicateText) |
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, setScriptaccept, addChildAggregation, addChildrenAggregations, addPipelineAggregation, addPipelineAggregations, getChildAggregation, getChildrenAggregations, getName, getPipelineAggregation, getPipelineAggregations, removeChildAggregation, removePipelineAggregationQuery getBackgroundFilterQuery()
BucketCountThresholds getBucketCountThresholds()
java.lang.String getExecutionHint()
java.lang.Boolean getFilterDuplicateText()
IncludeExcludeClause getIncludeExcludeClause()
java.lang.Long getMinDocCount()
java.lang.Long getShardMinDocCount()
java.lang.Integer getShardSize()
SignificanceHeuristic getSignificanceHeuristic()
java.lang.Integer getSize()
java.util.List<java.lang.String> getSourceFields()
void setBackgroundFilterQuery(Query backgroundFilterQuery)
void setBucketCountThresholds(BucketCountThresholds bucketCountThresholds)
void setExecutionHint(java.lang.String executionHint)
void setFilterDuplicateText(java.lang.Boolean filterDuplicateText)
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)