elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.aggs
/
BaseBucket
Base
Bucket
abstract
class
BaseBucket
:
AggAwareResult
Constructors
Functions
Properties
Inheritors
Constructors
Base
Bucket
Link copied to clipboard
fun
BaseBucket
(
)
Functions
agg
Link copied to clipboard
inline
fun
<
A
:
AggregationResult
>
agg
(
name
:
String
)
:
A
agg
If
Exists
Link copied to clipboard
inline
fun
<
A
:
AggregationResult
>
aggIfExists
(
name
:
String
)
:
A
?
Properties
aggs
Link copied to clipboard
abstract
val
aggs
:
Map
<
String
,
AggregationResult
>
doc
Count
Link copied to clipboard
abstract
val
docCount
:
Long
Inheritors
SingleBucketAggResult
Link copied to clipboard
KeyedBucket
Link copied to clipboard