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

Packages that use QParserPlugin
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.search APIs and classes for parsing and processing search requests 
org.apache.solr.search.join Classes related to joins. 
 

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 CollapsingQParserPlugin
          The CollapsingQParserPlugin is a PostFilter that performs field collapsing.
 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 MaxScoreQParserPlugin
          Parses a query like Lucene query parser, but scoring with max score, not sum
Accepts the "tie" request parameter as with dismax.
 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 SimpleQParserPlugin
          Create a query from the input value that will be parsed by Lucene's SimpleQueryParser.
 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.
 class SwitchQParserPlugin
          A QParserPlugin that acts like a "switch/case" statement.
 class TermQParserPlugin
          Create a single term query from the input value equivalent to readableToIndexed().
 

Uses of QParserPlugin in org.apache.solr.search.join
 

Subclasses of QParserPlugin in org.apache.solr.search.join
 class BlockJoinChildQParserPlugin
          Usage: {!child of="PARENT:true"}PARENT_PRICE:10
 class BlockJoinParentQParserPlugin
          Usage: {!parent which="PARENT:true"}CHILD_PRICE:10
 



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