Uses of Class
org.apache.solr.search.SolrQueryParser

Packages that use SolrQueryParser
org.apache.solr.schema   
org.apache.solr.util   
 

Uses of SolrQueryParser in org.apache.solr.schema
 

Methods in org.apache.solr.schema that return SolrQueryParser
 SolrQueryParser IndexSchema.getSolrQueryParser(String defaultField)
          A SolrQueryParser linked to this IndexSchema for field datatype information, and populated with default options from the <solrQueryParser> configuration for this IndexSchema.
 

Uses of SolrQueryParser in org.apache.solr.util
 

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



Copyright © 2006 - 2009 The Apache Software Foundation