public class QueryHistogramAggregationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| List<QueryAggregation> | getAggregations()Gets the aggregations. | 
| Long | getKey()Gets the key. | 
| Long | getMatchingResults()Gets the matchingResults. | 
public Long getKey()
The value of the upper bound for the numeric segment.
public Long getMatchingResults()
Number of documents with the specified key as the upper bound.
public List<QueryAggregation> getAggregations()
An array of sub-aggregations.
Copyright © 2023 IBM Cloud. All rights reserved.