public class QueryAggregationQueryHistogramAggregation extends QueryAggregation
| Modifier and Type | Method and Description | 
|---|---|
| Long | getInterval()Gets the interval. | 
| List<QueryHistogramAggregationResult> | getResults()Gets the results. | 
getAggregations, getCount, getFacet, getField, getFirst, getHits, getMatch, getMatchingResults, getName, getPath, getSecond, getSize, getTimeSegments, getType, getValue, isShowEstimatedMatchingResults, isShowTotalMatchingDocumentspublic Long getInterval()
The size of the sections that the results are split into.
public List<QueryHistogramAggregationResult> getResults()
An array of results.
Copyright © 2023 IBM Cloud. All rights reserved.