@ProviderType
public interface Bucket
Modifier and Type | Method and Description |
---|---|
void |
addChildAggregationResult(AggregationResult aggregationResult) |
void |
addChildrenAggregationResults(java.util.List<AggregationResult> aggregationResults) |
AggregationResult |
getChildAggregationResult(java.lang.String name) |
java.util.Map<java.lang.String,AggregationResult> |
getChildrenAggregationResults() |
long |
getDocCount() |
java.lang.String |
getKey() |
void addChildAggregationResult(AggregationResult aggregationResult)
void addChildrenAggregationResults(java.util.List<AggregationResult> aggregationResults)
AggregationResult getChildAggregationResult(java.lang.String name)
java.util.Map<java.lang.String,AggregationResult> getChildrenAggregationResults()
long getDocCount()
java.lang.String getKey()