Uses of Interface
org.apache.solr.parser.QueryParserConstants

Packages that use QueryParserConstants
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 QueryParserConstants in org.apache.solr.parser
 

Classes in org.apache.solr.parser that implement QueryParserConstants
 class QueryParser
           
 class QueryParserTokenManager
          Token Manager.
 

Uses of QueryParserConstants in org.apache.solr.search
 

Classes in org.apache.solr.search that implement QueryParserConstants
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 QueryParserConstants in org.apache.solr.util
 

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



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