elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.query
/
MatchAllQuery
Match
All
Query
abstract
class
MatchAllQuery
:
QueryExpression
Constructors
Functions
Properties
Inheritors
Constructors
Match
All
Query
Link copied to clipboard
fun
MatchAllQuery
(
)
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
(
)
:
MatchAllQuery
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
boost
Link copied to clipboard
abstract
val
boost
:
Float
?
name
Link copied to clipboard
open
override
val
name
:
String
params
Link copied to clipboard
abstract
val
params
:
Params
?
Inheritors
MatchAll
Link copied to clipboard
Companion
Link copied to clipboard