ExpressionParser

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def parse(str: String)(implicit parser: ExpressionParser): String

Parses the given expression and returns the Solr query.

Parses the given expression and returns the Solr query.

Value Params
parser

the expression parser (default is DefaultExpressionParser)

str

the expression

Returns

the Solr query

Throws
ExpressionParseException

Failed to parse the given expression.