BaseBucket

abstract class BaseBucket : AggAwareResult

Functions

agg
Link copied to clipboard
inline fun <A : AggregationResult> agg(name: String): A
aggIfExists
Link copied to clipboard
inline fun <A : AggregationResult> aggIfExists(name: String): A?

Properties

aggs
Link copied to clipboard
abstract val aggs: Map<String, AggregationResult>
docCount
Link copied to clipboard
abstract val docCount: Long

Inheritors

SingleBucketAggResult
Link copied to clipboard
KeyedBucket
Link copied to clipboard