elasticmagic
/
dev.evo.elasticmagic.aggs
/
HistogramBucket
Histogram
Bucket
data class
HistogramBucket
(key:
Double
, docCount:
Long
, aggs:
Map
<
String
,
AggregationResult
>, keyAsString:
String
?) :
KeyedBucket
<
Double
>
Content copied to clipboard
Functions
Properties
Functions
agg
Link copied to clipboard
inline fun <
A
:
AggregationResult
>
agg
(name:
String
):
A
Content copied to clipboard
aggIfExists
Link copied to clipboard
inline fun <
A
:
AggregationResult
>
aggIfExists
(name:
String
):
A
?
Content copied to clipboard
Properties
aggs
Link copied to clipboard
open override val
aggs
:
Map
<
String
,
AggregationResult
>
Content copied to clipboard
docCount
Link copied to clipboard
open override val
docCount
:
Long
Content copied to clipboard
key
Link copied to clipboard
open override val
key
:
Double
Content copied to clipboard
keyAsString
Link copied to clipboard
val
keyAsString
:
String
? = null
Content copied to clipboard