StandardQueryTreeBuilder

This query tree builder only defines the necessary map to build a Query tree object. It should be used to generate a Query tree object from a query node tree processed by a StandardQueryNodeProcessorPipeline.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun build(queryNode: QueryNode): Query

Builds some kind of object from a query tree. Each node in the query tree is built using an specific builder associated to it.

Link copied to clipboard
fun setBuilder(fieldName: CharSequence, builder: QueryBuilder)

Associates a field name with a builder.

fun setBuilder(queryNodeClass: KClass<out QueryNode>, builder: QueryBuilder)

Associates a class with a builder