elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.query
/
Bool
/
Companion
Companion
object
Companion
Functions
Functions
filter
Link copied to clipboard
fun
filter
(
vararg
expressions
:
QueryExpression
)
:
Bool
fun
filter
(
expressions
:
List
<
QueryExpression
>
)
:
Bool
must
Link copied to clipboard
fun
must
(
vararg
expressions
:
QueryExpression
)
:
Bool
fun
must
(
expressions
:
List
<
QueryExpression
>
)
:
Bool
must
Not
Link copied to clipboard
fun
mustNot
(
vararg
expressions
:
QueryExpression
)
:
Bool
fun
mustNot
(
expressions
:
List
<
QueryExpression
>
)
:
Bool
should
Link copied to clipboard
fun
should
(
vararg
expressions
:
QueryExpression
)
:
Bool
fun
should
(
expressions
:
List
<
QueryExpression
>
)
:
Bool