BucketAggregation

abstract class BucketAggregation<R : AggregationResult> : Aggregation<R>

Functions

accept
Link copied to clipboard
open override fun accept(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
children
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
clone
Link copied to clipboard
abstract fun clone(): Expression<<ERROR CLASS>>
processResult
Link copied to clipboard
abstract fun processResult(obj: <ERROR CLASS>): R
Processes corresponding aggregation response.
reduce
Link copied to clipboard
open fun reduce(): Expression<<ERROR CLASS>>?
visit
Link copied to clipboard
abstract fun visit(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)

Properties

aggs
Link copied to clipboard
abstract val aggs: Map<String, Aggregation<*>>
name
Link copied to clipboard
abstract val name: String

Inheritors

SingleBucketAggregation
Link copied to clipboard
FiltersAgg
Link copied to clipboard
BaseHistogramAgg
Link copied to clipboard
BaseRangeAgg
Link copied to clipboard
BaseTermsAgg
Link copied to clipboard