BaseCompiler

abstract class BaseCompiler(features: ElasticsearchFeatures)

Functions

dispatch
Link copied to clipboard
open fun dispatch(ctx: <ERROR CLASS>, value: Any?)
open fun dispatch(ctx: <ERROR CLASS>, name: String, value: Any?)
visit
Link copied to clipboard
fun visit(ctx: <ERROR CLASS>, values: Array<*>)
fun visit(ctx: <ERROR CLASS>, values: List<*>)
fun visit(ctx: <ERROR CLASS>, params: Map<*, *>)

Properties

features
Link copied to clipboard
val features: ElasticsearchFeatures

Inheritors

ActionCompiler
Link copied to clipboard
ActionMetaCompiler
Link copied to clipboard
ActionSourceCompiler
Link copied to clipboard
BulkCompiler
Link copied to clipboard
CreateIndexCompiler
Link copied to clipboard
MappingCompiler
Link copied to clipboard
MultiSearchQueryCompiler
Link copied to clipboard
SearchQueryCompiler
Link copied to clipboard
UpdateMappingCompiler
Link copied to clipboard