elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.compile
/
UpdateMappingCompiler
Update
Mapping
Compiler
class
UpdateMappingCompiler
(
val
features
:
ElasticsearchFeatures
,
mappingCompiler
:
MappingCompiler
)
:
BaseCompiler
Constructors
Functions
Properties
Constructors
Update
Mapping
Compiler
Link copied to clipboard
fun
UpdateMappingCompiler
(
features
:
ElasticsearchFeatures
,
mappingCompiler
:
MappingCompiler
)
Functions
compile
Link copied to clipboard
fun
compile
(
serde
:
Serde
,
input
:
PreparedUpdateMapping
)
:
ApiRequest
<
UpdateMappingResult
>
dispatch
Link copied to clipboard
open
fun
dispatch
(
ctx
:
Serializer.ArrayCtx
,
value
:
Any
?
)
open
fun
dispatch
(
ctx
:
Serializer.ObjectCtx
,
name
:
String
,
value
:
Any
?
)
process
Response
Link copied to clipboard
fun
processResponse
(
resp
:
ApiResponse
)
:
UpdateMappingResult
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
<
*
,
*
>
)
Properties
features
Link copied to clipboard
val
features
:
ElasticsearchFeatures