Package com.atlan.model.search
Class AggregationBucketResult
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.search.AggregationResult
com.atlan.model.search.AggregationBucketResult
- All Implemented Interfaces:
Serializable
Captures the results from a bucket aggregation.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
List of the top buckets that resulted from the aggregation.Maximum number of missing documents when a bucket's count is very large and may exceed the shard size of Elasticsearch.When there are many unique terms, only the top terms are returned.int
hashCode()
toString()
Methods inherited from class com.atlan.model.search.AggregationResult
getMetric
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Method Details
-
builder
-
getDocCountErrorUpperBound
Maximum number of missing documents when a bucket's count is very large and may exceed the shard size of Elasticsearch. The larger this number, the more approximate the values of the counts in the buckets. -
getSumOtherDocCount
When there are many unique terms, only the top terms are returned. This gives the sum of all document counts across all buckets that are NOT part of the response. -
getBuckets
List of the top buckets that resulted from the aggregation. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAggregationResult
-