elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.query
/
Rescore
Rescore
abstract
class
Rescore
:
NamedExpression
Constructors
Functions
Properties
Inheritors
Constructors
Rescore
Link copied to clipboard
fun
Rescore
(
)
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
abstract
fun
clone
(
)
:
Expression
<
Serializer.ObjectCtx
>
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
abstract
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
compiler
:
BaseSearchQueryCompiler
)
Properties
name
Link copied to clipboard
abstract
val
name
:
String
window
Size
Link copied to clipboard
abstract
val
windowSize
:
Int
?
Inheritors
QueryRescore
Link copied to clipboard