Package org.apache.solr.parser
Solr native variant of the Lucene Classic QueryParser
-
Interface Summary Interface Description CharStream This interface describes a character stream that maintains line and column number positions of the characters.QueryParserConstants Token literal values and constants. -
Class Summary Class Description FastCharStream An efficient implementation of JavaCC's CharStream interface.QueryParser QueryParserTokenManager Token Manager.SolrQueryParserBase This class is overridden by QueryParser in QueryParser.jj and acts to separate the majority of the Java code from the .jj grammar file.SolrQueryParserBase.RawQuery Token Describes the input token stream. -
Enum Summary Enum Description QueryParser.Operator The default operator for parsing queries.SolrQueryParserBase.MagicFieldName Identifies the list of all known "magic fields" that trigger special parsing behaviorSolrQueryParserBase.SynonymQueryStyle Query strategy when analyzed query terms overlap the same position (ie synonyms) consider if pants and khakis are query time synonymsSolrQueryParserBase.SynonymQueryStyle.AS_SAME_TERM
SolrQueryParserBase.SynonymQueryStyle.PICK_BEST
SolrQueryParserBase.SynonymQueryStyle.AS_DISTINCT_TERMS
-
Exception Summary Exception Description ParseException This exception is thrown when parse errors are encountered. -
Error Summary Error Description TokenMgrError Token Manager Error.