public class FunctionRangeQParserPlugin extends QParserPlugin
l
, the lower bound, optional)
u
, the upper bound, optional)
incl
, include the lower bound: true/false, optional, default=true
incu
, include the upper bound: true/false, optional, default=true
{!frange l=1000 u=50000}myfield
fq={!frange l=0 u=2.2}sum(user_ranking,editor_ranking)
SolrInfoMBean.Category, SolrInfoMBean.Group
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
DEFAULT_QTYPE, standardPlugins
Constructor and Description |
---|
FunctionRangeQParserPlugin() |
Modifier and Type | Method and Description |
---|---|
QParser |
createParser(String qstr,
SolrParams localParams,
SolrParams params,
SolrQueryRequest req)
return a
QParser |
getCategory, getDescription, getDocs, getName, getSource, getStatistics, getVersion, init
public static final String NAME
public QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req)
QParserPlugin
QParser
createParser
in class QParserPlugin
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.