|
||||||||||
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 | |
---|---|
String |
bf
Deprecated. - use explicit default with SolrParams.get |
static String |
BF
query and init param for boosting functions |
String |
bq
Deprecated. - use explicit default with SolrParams.get |
static String |
BQ
query and init param for boosting query |
String |
fq
Deprecated. - use explicit default with SolrParams.get |
static String |
FQ
Deprecated. use SolrParams.FQ or SolrPluginUtils.parseFilterQueries |
static String |
GEN
query and init param for field list |
String |
mm
Deprecated. - use explicit default with SolrParams.get |
static String |
MM
query and init param for MinShouldMatch specification |
String |
pf
Deprecated. - use explicit default with SolrParams.get |
static String |
PF
query and init param for phrase boost fields |
static String |
PS
query and init param for Phrase Slop value |
int |
pslop
Deprecated. - use explicit default with SolrParams.getInt |
String |
qf
Deprecated. - use explicit default with SolrParams.get |
static String |
QF
query and init param for query fields |
static 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, HIGHLIGHT, HIGHLIGHT_FIELDS, HIGHLIGHT_FORMATTER_CLASS, highlightFields, highlightFormatterClass, MAX_SNIPPETS, 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 String TIE
public static String QF
public static String PF
public static String MM
public static String PS
public static String BQ
public static String BF
public static String FQ
public static String GEN
public float tiebreaker
public String qf
public String pf
public String mm
public int pslop
public String bq
public String bf
public 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 |