elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.query
/
HasParent
Has
Parent
data
class
HasParent
(
val
query
:
QueryExpression
,
val
parentType
:
String
,
val
score
:
Boolean
?
=
null
,
val
ignoreUnmapped
:
Boolean
?
=
null
)
:
QueryExpression
Constructors
Functions
Properties
Constructors
Has
Parent
Link copied to clipboard
fun
HasParent
(
query
:
QueryExpression
,
parentType
:
String
,
score
:
Boolean
?
=
null
,
ignoreUnmapped
:
Boolean
?
=
null
)
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
(
)
:
QueryExpression
reduce
Link copied to clipboard
open
override
fun
reduce
(
)
:
QueryExpression
?
rewrite
Link copied to clipboard
open
override
fun
rewrite
(
newNode
:
QueryExpressionNode
<
*
>
)
:
QueryExpression
visit
Link copied to clipboard
open
override
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
compiler
:
BaseSearchQueryCompiler
)
Properties
ignore
Unmapped
Link copied to clipboard
val
ignoreUnmapped
:
Boolean
?
=
null
name
Link copied to clipboard
open
override
val
name
:
String
parent
Type
Link copied to clipboard
val
parentType
:
String
query
Link copied to clipboard
val
query
:
QueryExpression
score
Link copied to clipboard
val
score
:
Boolean
?
=
null