Uses of Interface
org.apache.lucene.queryparser.flexible.core.parser.SyntaxParser
Packages that use SyntaxParser
Package
Description
Core classes of the flexible query parser framework.
Lucene Query Parser
-
Uses of SyntaxParser in org.apache.lucene.queryparser.flexible.core
Methods in org.apache.lucene.queryparser.flexible.core that return SyntaxParserModifier and TypeMethodDescriptionQueryParserHelper.getSyntaxParser()
Returns the text parser used to build a query node tree from a query string.Methods in org.apache.lucene.queryparser.flexible.core with parameters of type SyntaxParserModifier and TypeMethodDescriptionvoid
QueryParserHelper.setSyntaxParser
(SyntaxParser syntaxParser) Sets the text parser that will be used to parse the query string, it cannot benull
.Constructors in org.apache.lucene.queryparser.flexible.core with parameters of type SyntaxParserModifierConstructorDescriptionQueryParserHelper
(QueryConfigHandler queryConfigHandler, SyntaxParser syntaxParser, QueryNodeProcessor processor, QueryBuilder builder) Creates a query parser helper object using the specified configuration, text parser, processor and builder. -
Uses of SyntaxParser in org.apache.lucene.queryparser.flexible.standard.parser
Classes in org.apache.lucene.queryparser.flexible.standard.parser that implement SyntaxParserModifier and TypeClassDescriptionclass
Parser for the standard Lucene syntax