elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.aggs
/
NestedAgg
Nested
Agg
data
class
NestedAgg
(
val
path
:
FieldOperations
<
Nothing
>
,
val
aggs
:
Map
<
String
,
Aggregation
<
*
>
>
)
:
SingleBucketAggregation
Constructors
Functions
Properties
Constructors
Nested
Agg
Link copied to clipboard
fun
NestedAgg
(
path
:
FieldOperations
<
Nothing
>
,
aggs
:
Map
<
String
,
Aggregation
<
*
>
>
)
Functions
accept
Link copied to clipboard
open
override
fun
accept
(
ctx
:
Serializer.ObjectCtx
,
compiler
:
BaseSearchQueryCompiler
)
children
Link copied to clipboard
open
fun
children
(
)
:
Iterator
<
Expression
<
*
>
>
?
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
NestedAgg
process
Result
Link copied to clipboard
open
override
fun
processResult
(
obj
:
Deserializer.ObjectCtx
)
:
SingleBucketAggResult
Processes corresponding aggregation response.
reduce
Link copied to clipboard
open
fun
reduce
(
)
:
Expression
<
Serializer.ObjectCtx
>
?
rewrite
Link copied to clipboard
open
fun
rewrite
(
newNode
:
QueryExpressionNode
<
*
>
)
:
Expression
<
Serializer.ObjectCtx
>
visit
Link copied to clipboard
open
override
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
compiler
:
BaseSearchQueryCompiler
)
Properties
aggs
Link copied to clipboard
open
override
val
aggs
:
Map
<
String
,
Aggregation
<
*
>
>
name
Link copied to clipboard
open
override
val
name
:
String
path
Link copied to clipboard
val
path
:
FieldOperations
<
Nothing
>