elasticmagic
/
dev.evo.elasticmagic.aggs
/
TermBucket
Term
Bucket
data class
TermBucket
<
T
>(key:
T
, docCount:
Long
, docCountErrorUpperBound:
Long
?, aggs:
Map
<
String
,
AggregationResult
>) :
KeyedBucket
<
T
>
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
docCountErrorUpperBound
Link copied to clipboard
val
docCountErrorUpperBound
:
Long
? = null
Content copied to clipboard
key
Link copied to clipboard
open override val
key
:
T
Content copied to clipboard