| Package | Description | 
|---|---|
| org.apache.solr.core | |
| org.apache.solr.search | 
| Modifier and Type | Method and Description | 
|---|---|
QParserPlugin | 
SolrCore.getQueryPlugin(String parserName)  | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
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. 
 | 
class  | 
SpatialBoxQParserPlugin  | 
class  | 
SpatialFilterQParserPlugin
Creates a spatial Filter based on the type of spatial point used. 
 | 
class  | 
TermQParserPlugin
Create a single term query from the input value equivalent to readableToIndexed(). 
 |