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 ExtendedDismaxQParserPlugin
          An advanced multi-field query parser based on the DisMax parser.
 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 JoinQParserPlugin
           
 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.
 class SpatialBoxQParserPlugin
           
 class SpatialFilterQParserPlugin
          Creates a spatial Filter based on the type of spatial point used.
 class SurroundQParserPlugin
          Plugin for lucene/contrib Surround query parser, bringing SpanQuery support to Solr Examples of query syntax can be found in lucene/queryparser/docs/surround Note that the query string is not analyzed in any way
 class TermQParserPlugin
          Create a single term query from the input value equivalent to readableToIndexed().
 



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