elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.compile
/
BaseSearchQueryCompiler
Base
Search
Query
Compiler
abstract
class
BaseSearchQueryCompiler
(
val
features
:
ElasticsearchFeatures
)
:
BaseCompiler
Types
Constructors
Functions
Properties
Inheritors
Constructors
Base
Search
Query
Compiler
Link copied to clipboard
fun
BaseSearchQueryCompiler
(
features
:
ElasticsearchFeatures
)
Types
Visitable
Link copied to clipboard
interface
Visitable
<
T
:
Serializer.Ctx
>
Functions
dispatch
Link copied to clipboard
open
override
fun
dispatch
(
ctx
:
Serializer.ArrayCtx
,
value
:
Any
?
)
open
override
fun
dispatch
(
ctx
:
Serializer.ObjectCtx
,
name
:
String
,
value
:
Any
?
)
visit
Link copied to clipboard
fun
visit
(
ctx
:
Serializer.ArrayCtx
,
values
:
Array
<
*
>
)
fun
visit
(
ctx
:
Serializer.ArrayCtx
,
values
:
List
<
*
>
)
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
params
:
Map
<
*
,
*
>
)
fun
visit
(
ctx
:
Serializer.ArrayCtx
,
expression
:
Expression
<
Serializer.ArrayCtx
>
)
open
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
searchQuery
:
PreparedSearchQuery
)
fun
visit
(
ctx
:
Serializer.ObjectCtx
,
expression
:
Expression
<
Serializer.ObjectCtx
>
)
Properties
features
Link copied to clipboard
val
features
:
ElasticsearchFeatures
Inheritors
SearchQueryCompiler
Link copied to clipboard
CountQueryCompiler
Link copied to clipboard
BaseUpdateByQueryCompiler
Link copied to clipboard