Uses of Class
org.apache.lucene.queryParser.core.QueryNodeParseException
-
Packages that use QueryNodeParseException Package Description org.apache.lucene.queryParser.core.parser Contains the necessary interfaces to implement text parsersorg.apache.lucene.queryParser.standard.parser Lucene Query Parser -
-
Uses of QueryNodeParseException in org.apache.lucene.queryParser.core.parser
Methods in org.apache.lucene.queryParser.core.parser that throw QueryNodeParseException Modifier and Type Method Description QueryNode
SyntaxParser. parse(CharSequence query, CharSequence field)
-
Uses of QueryNodeParseException in org.apache.lucene.queryParser.standard.parser
Subclasses of QueryNodeParseException in org.apache.lucene.queryParser.standard.parser Modifier and Type Class Description class
ParseException
This exception is thrown when parse errors are encountered.Methods in org.apache.lucene.queryParser.standard.parser that throw QueryNodeParseException Modifier and Type Method Description QueryNode
StandardSyntaxParser. parse(CharSequence query, CharSequence field)
Parses a query string, returning aQueryNode
.
-