Uses of Class
org.apache.lucene.queryparser.flexible.standard.parser.ParseException
-
Packages that use ParseException Package Description org.apache.lucene.queryparser.flexible.standard.parser Lucene Query Parser -
-
Uses of ParseException in org.apache.lucene.queryparser.flexible.standard.parser
Methods in org.apache.lucene.queryparser.flexible.standard.parser that return ParseException Modifier and Type Method Description ParseException
StandardSyntaxParser. generateParseException()
Generate ParseException.Methods in org.apache.lucene.queryparser.flexible.standard.parser that throw ParseException Modifier and Type Method Description QueryNode
StandardSyntaxParser. Clause(java.lang.CharSequence field)
QueryNode
StandardSyntaxParser. ConjQuery(java.lang.CharSequence field)
static UnescapedCharSequence
EscapeQuerySyntaxImpl. discardEscapeChar(java.lang.CharSequence input)
Returns a String where the escape char has been removed, or kept only once if there was a double escape.QueryNode
StandardSyntaxParser. DisjQuery(java.lang.CharSequence field)
private static int
EscapeQuerySyntaxImpl. hexToInt(char c)
Returns the numeric value of the hexadecimal characterprivate Token
StandardSyntaxParser. jj_consume_token(int kind)
QueryNode
StandardSyntaxParser. ModClause(java.lang.CharSequence field)
ModifierQueryNode.Modifier
StandardSyntaxParser. Modifiers()
QueryNode
StandardSyntaxParser. Query(java.lang.CharSequence field)
QueryNode
StandardSyntaxParser. Term(java.lang.CharSequence field)
QueryNode
StandardSyntaxParser. TopLevelQuery(java.lang.CharSequence field)
-