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 private QueryNode
StandardSyntaxParser. Boost(QueryNode node)
private QueryNode
StandardSyntaxParser. Clause(java.lang.CharSequence field)
private 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.private QueryNode
StandardSyntaxParser. DisjQuery(java.lang.CharSequence field)
private java.lang.CharSequence
StandardSyntaxParser. FieldName()
private TermRangeQueryNode
StandardSyntaxParser. FieldRangeExpr(java.lang.CharSequence field)
private QueryNode
StandardSyntaxParser. FuzzyOp(java.lang.CharSequence field, Token term, QueryNode node)
private QueryNode
StandardSyntaxParser. GroupingExpr(java.lang.CharSequence field)
private static int
EscapeQuerySyntaxImpl. hexToInt(char c)
Returns the numeric value of the hexadecimal characterprivate IntervalFunction
StandardSyntaxParser. IntervalAfter()
private IntervalFunction
StandardSyntaxParser. IntervalAtLeast()
private IntervalFunction
StandardSyntaxParser. IntervalBefore()
private IntervalFunction
StandardSyntaxParser. IntervalContainedBy()
private IntervalFunction
StandardSyntaxParser. IntervalContaining()
private IntervalQueryNode
StandardSyntaxParser. IntervalExpr(java.lang.CharSequence field)
private IntervalFunction
StandardSyntaxParser. IntervalExtend()
private IntervalFunction
StandardSyntaxParser. IntervalFun()
private IntervalFunction
StandardSyntaxParser. IntervalFuzzyTerm()
private IntervalFunction
StandardSyntaxParser. IntervalMaxGaps()
private IntervalFunction
StandardSyntaxParser. IntervalMaxWidth()
private IntervalFunction
StandardSyntaxParser. IntervalNonOverlapping()
private IntervalFunction
StandardSyntaxParser. IntervalNotContainedBy()
private IntervalFunction
StandardSyntaxParser. IntervalNotContaining()
private IntervalFunction
StandardSyntaxParser. IntervalNotWithin()
private IntervalFunction
StandardSyntaxParser. IntervalOr()
private IntervalFunction
StandardSyntaxParser. IntervalOrdered()
private IntervalFunction
StandardSyntaxParser. IntervalOverlapping()
private IntervalFunction
StandardSyntaxParser. IntervalPhrase()
private IntervalFunction
StandardSyntaxParser. IntervalText()
private IntervalFunction
StandardSyntaxParser. IntervalUnordered()
private IntervalFunction
StandardSyntaxParser. IntervalUnorderedNoOverlaps()
private IntervalFunction
StandardSyntaxParser. IntervalWildcard()
private IntervalFunction
StandardSyntaxParser. IntervalWithin()
private Token
StandardSyntaxParser. jj_consume_token(int kind)
private QueryNode
StandardSyntaxParser. ModClause(java.lang.CharSequence field)
private QueryNode
StandardSyntaxParser. Query(java.lang.CharSequence field)
private QueryNode
StandardSyntaxParser. QuotedTerm(java.lang.CharSequence field)
private QueryNode
StandardSyntaxParser. Term(java.lang.CharSequence field)
private TermRangeQueryNode
StandardSyntaxParser. TermRangeExpr(java.lang.CharSequence field)
QueryNode
StandardSyntaxParser. TopLevelQuery(java.lang.CharSequence field)
-