Uses of Package
org.apache.solr.parser

Packages that use org.apache.solr.parser
org.apache.solr.parser Solr native variant of the Lucene Classic QueryParser 
org.apache.solr.search APIs and classes for parsing and processing search requests 
org.apache.solr.util Common utility classes used throughout Solr 
 

Classes in org.apache.solr.parser used by org.apache.solr.parser
CharStream
          This interface describes a character stream that maintains line and column number positions of the characters.
ParseException
          This exception is thrown when parse errors are encountered.
QueryParser.Operator
          The default operator for parsing queries.
QueryParserConstants
          Token literal values and constants.
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.MagicFieldName
          Identifies the list of all known "magic fields" that trigger special parsing behavior
Token
          Describes the input token stream.
 

Classes in org.apache.solr.parser used by org.apache.solr.search
QueryParser
           
QueryParser.Operator
          The default operator for parsing queries.
QueryParserConstants
          Token literal values and constants.
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.
 

Classes in org.apache.solr.parser used by org.apache.solr.util
QueryParser
           
QueryParserConstants
          Token literal values and constants.
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.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.