toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic
/
AggAwareResult
Agg
Aware
Result
abstract
class
AggAwareResult
Inheritors
SearchQueryResult
BaseBucket
Members
Constructors
Agg
Aware
Result
Link copied to clipboard
constructor
(
)
Properties
aggs
Link copied to clipboard
abstract
val
aggs
:
Map
<
String
,
AggregationResult
>
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
?