DateHistogramAgg
data class DateHistogramAgg<T>(value: AggValue<T>, interval: DateHistogramAgg.Interval, offset: FixedInterval?, minDocCount: Long?, missing: T?, format: String?, order: List<BucketsOrder>, extendedBounds: HistogramBounds<T>?, hardBounds: HistogramBounds<T>?, params: Params, aggs: Map<String, Aggregation<*>>) : BaseHistogramAgg<T, DateHistogramAggResult<T>, DateHistogramBucket<T>>
Content copied to clipboard
Constructors
DateHistogramAgg
Link copied to clipboard
fun <T> DateHistogramAgg(field: FieldOperations<T>, interval: DateHistogramAgg.Interval, offset: FixedInterval? = null, minDocCount: Long? = null, missing: T? = null, format: String? = null, order: List<BucketsOrder> = emptyList(), extendedBounds: HistogramBounds<T>? = null, hardBounds: HistogramBounds<T>? = null, params: Params = Params(), aggs: Map<String, Aggregation<*>> = emptyMap())
Content copied to clipboard
Types
Interval
Link copied to clipboard
Functions
accept
Link copied to clipboard
open override fun accept(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
Content copied to clipboard
children
Link copied to clipboard
clone
Link copied to clipboard
processResult
Link copied to clipboard
open override fun processResult(obj: <ERROR CLASS>): DateHistogramAggResult<T>
Content copied to clipboard
reduce
Link copied to clipboard
visit
Link copied to clipboard
open override fun visit(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
Content copied to clipboard
Properties
aggs
Link copied to clipboard
extendedBounds
Link copied to clipboard
hardBounds
Link copied to clipboard
interval
Link copied to clipboard
minDocCount
Link copied to clipboard
offset
Link copied to clipboard
order
Link copied to clipboard