|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.util.CommonParams
org.apache.solr.util.DisMaxParams
public class DisMaxParams
A collection of params used in DisMaxRequestHandler, both for Plugin initialization and for Requests.
Field Summary | |
---|---|
static java.lang.String |
ALTQ
Alternate query (expressed in Solr QuerySyntax) to use if main query (q) is empty |
java.lang.String |
bf
Deprecated. - use explicit default with SolrParams.get |
static java.lang.String |
BF
query and init param for boosting functions |
java.lang.String |
bq
Deprecated. - use explicit default with SolrParams.get |
static java.lang.String |
BQ
query and init param for boosting query |
java.lang.String |
fq
Deprecated. - use explicit default with SolrParams.get |
static java.lang.String |
FQ
Deprecated. use SolrParams.FQ or SolrPluginUtils.parseFilterQueries |
static java.lang.String |
GEN
query and init param for field list |
java.lang.String |
mm
Deprecated. - use explicit default with SolrParams.get |
static java.lang.String |
MM
query and init param for MinShouldMatch specification |
java.lang.String |
pf
Deprecated. - use explicit default with SolrParams.get |
static java.lang.String |
PF
query and init param for phrase boost fields |
static java.lang.String |
PS
query and init param for Phrase Slop value in phrase boost query (in pf fields) |
int |
pslop
Deprecated. - use explicit default with SolrParams.getInt |
java.lang.String |
qf
Deprecated. - use explicit default with SolrParams.get |
static java.lang.String |
QF
query and init param for query fields |
static java.lang.String |
QS
query and init param for phrase Slop value in phrases explicitly included in the user's query string ( in qf fields) |
static java.lang.String |
TIE
query and init param for tiebreaker value |
float |
tiebreaker
Deprecated. - use explicit default with SolrParams.getFloat |
Fields inherited from class org.apache.solr.util.CommonParams |
---|
DEBUG_QUERY, debugQuery, df, DF, EXPLAIN_OTHER, explainOther, fl, FL, highlight, highlightFields, highlightFormatterClass, maxSnippets |
Constructor Summary | |
---|---|
DisMaxParams()
|
Method Summary | |
---|---|
void |
setValues(NamedList args)
Deprecated. use SolrParams.toSolrParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String TIE
public static java.lang.String QF
public static java.lang.String PF
public static java.lang.String MM
public static java.lang.String PS
public static java.lang.String QS
public static java.lang.String BQ
public static java.lang.String BF
public static java.lang.String ALTQ
public static java.lang.String FQ
public static java.lang.String GEN
public float tiebreaker
public java.lang.String qf
public java.lang.String pf
public java.lang.String mm
public int pslop
public java.lang.String bq
public java.lang.String bf
public java.lang.String fq
Constructor Detail |
---|
public DisMaxParams()
Method Detail |
---|
public void setValues(NamedList args)
If any param is not of the expected type, a severe error is logged,and the param is skipped.
If any param is not of in the NamedList, it is skipped and the old value is left alone.
setValues
in class CommonParams
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |