Uses of Class
org.apache.solr.parser.SolrQueryParserBase

Packages that use SolrQueryParserBase
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 
 

Uses of SolrQueryParserBase in org.apache.solr.parser
 

Subclasses of SolrQueryParserBase in org.apache.solr.parser
 class QueryParser
           
 

Uses of SolrQueryParserBase in org.apache.solr.search
 

Subclasses of SolrQueryParserBase in org.apache.solr.search
static class ExtendedDismaxQParser.ExtendedSolrQueryParser
          A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.
 class SolrQueryParser
          Solr's default query parser, a schema-driven superset of the classic lucene query parser.
 

Uses of SolrQueryParserBase in org.apache.solr.util
 

Subclasses of SolrQueryParserBase in org.apache.solr.util
static class SolrPluginUtils.DisjunctionMaxQueryParser
          A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.
 



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