toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.aggs
/
FiltersBucket
Filters
Bucket
data
class
FiltersBucket
(
val
key
:
String
,
val
docCount
:
Long
,
val
aggs
:
Map
<
String
,
AggregationResult
>
)
:
KeyedBucket
<
String
>
Members
Constructors
Filters
Bucket
Link copied to clipboard
constructor
(
key
:
String
,
docCount
:
Long
,
aggs
:
Map
<
String
,
AggregationResult
>
)
Properties
aggs
Link copied to clipboard
open
override
val
aggs
:
Map
<
String
,
AggregationResult
>
doc
Count
Link copied to clipboard
open
override
val
docCount
:
Long
key
Link copied to clipboard
open
override
val
key
:
String
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
?