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

Packages that use QParserPlugin
org.apache.solr.core   
org.apache.solr.search   
 

Uses of QParserPlugin in org.apache.solr.core
 

Methods in org.apache.solr.core that return QParserPlugin
 QParserPlugin SolrCore.getQueryPlugin(String parserName)
           
 

Uses of QParserPlugin in org.apache.solr.search
 

Subclasses of QParserPlugin in org.apache.solr.search
 class BoostQParserPlugin
          Create a boosted query from the input value.
 class DisMaxQParserPlugin
          Create a dismax query from the input value.
 class FieldQParserPlugin
          Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate.
 class FunctionQParserPlugin
          Create a function query from the input value.
 class FunctionRangeQParserPlugin
          Create a range query over a function.
 class LuceneQParserPlugin
          Parse Solr's variant on the Lucene QueryParser syntax.
 class NestedQParserPlugin
          Create a nested query, with the ability of that query to redefine it's type via local parameters.
 class OldLuceneQParserPlugin
          Parse Solr's variant of Lucene QueryParser syntax, including the deprecated sort specification after the query.
 class PrefixQParserPlugin
          Create a prefix query from the input value.
 class RawQParserPlugin
          Create a term query from the input value without any text analysis or transformation whatsoever.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.