public class TermsResult extends AggregationResult
orderedByNestedAgg| Constructor and Description |
|---|
TermsResult(Iterable<TermsBucket> buckets) |
TermsResult(Iterable<TermsBucket> buckets,
long sumOfOtherDocCounts,
long docCountErrorUpperBound) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<TermsBucket> |
getBuckets() |
long |
getDocCountErrorUpperBound() |
long |
getSumOfOtherDocCounts() |
createEmptyResult, isOrderedByNestedAgg, setOrderedByNestedAggpublic TermsResult(Iterable<TermsBucket> buckets)
public TermsResult(Iterable<TermsBucket> buckets, long sumOfOtherDocCounts, long docCountErrorUpperBound)
public Iterable<TermsBucket> getBuckets()
public long getSumOfOtherDocCounts()
public long getDocCountErrorUpperBound()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.