Uses of Class
org.apache.solr.parser.SolrQueryParserBase
-
Packages that use SolrQueryParserBase Package Description org.apache.solr.parser Solr native variant of the Lucene Classic QueryParserorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.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 Modifier and Type Class Description classQueryParser -
Uses of SolrQueryParserBase in org.apache.solr.search
Subclasses of SolrQueryParserBase in org.apache.solr.search Modifier and Type Class Description static classExtendedDismaxQParser.ExtendedSolrQueryParserA subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.classSolrQueryParserSolr'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 Modifier and Type Class Description static classSolrPluginUtils.DisjunctionMaxQueryParserA subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries.
-