elasticmagic
/
dev.evo.elasticmagic.aggs
/
SingleBucketAggResult
Single
Bucket
Agg
Result
data class
SingleBucketAggResult
(docCount:
Long
, aggs:
Map
<
String
,
AggregationResult
>) :
BaseBucket
,
AggregationResult
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