Uses of Package
org.apache.solr.parser
-
Packages that use org.apache.solr.parser Package Description org.apache.solr.parser Solr native variant of the Lucene Classic QueryParserorg.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xmlorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.util Common utility classes used throughout Solr -
Classes in org.apache.solr.parser used by org.apache.solr.parser Class Description 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 behaviorSolrQueryParserBase.SynonymQueryStyle Query strategy when analyzed query terms overlap the same position (ie synonyms) consider if pants and khakis are query time synonymsToken Describes the input token stream. -
Classes in org.apache.solr.parser used by org.apache.solr.schema Class Description SolrQueryParserBase.SynonymQueryStyle Query strategy when analyzed query terms overlap the same position (ie synonyms) consider if pants and khakis are query time synonyms -
Classes in org.apache.solr.parser used by org.apache.solr.search Class Description 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.SolrQueryParserBase.SynonymQueryStyle Query strategy when analyzed query terms overlap the same position (ie synonyms) consider if pants and khakis are query time synonyms -
Classes in org.apache.solr.parser used by org.apache.solr.util Class Description 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.