AggAwareResult

abstract class 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>

Inheritors

SearchQueryResult
Link copied to clipboard
BaseBucket
Link copied to clipboard