BoolNode
data class BoolNode(handle: NodeHandle<BoolNode>, filter: MutableList<QueryExpression>, should: MutableList<QueryExpression>, must: MutableList<QueryExpression>, mustNot: MutableList<QueryExpression>, minimumShouldMatch: MinimumShouldMatch?) : QueryExpressionNode<BoolNode> , BoolExpression
Content copied to clipboard
Types
Functions
accept
Link copied to clipboard
open override fun accept(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
Content copied to clipboard
children
Link copied to clipboard
reduce
Link copied to clipboard
toQueryExpression
Link copied to clipboard
visit
Link copied to clipboard
open override fun visit(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
Content copied to clipboard