|
||||||||||
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
DisMaxParams
instead.
@Deprecated public class DisMaxParams
This class is scheduled for deletion. Please update your code to the moved package.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.common.params.CommonParams |
---|
org.apache.solr.common.params.CommonParams.EchoParamStyle |
Field Summary | |
---|---|
String |
bf
Deprecated. - use explicit default with SolrParams.get |
String |
bq
Deprecated. - use explicit default with SolrParams.get |
String |
fq
Deprecated. - use explicit default with SolrParams.get |
static String |
FQ
Deprecated. use SolrParams.FQ or SolrPluginUtils.parseFilterQueries |
static org.slf4j.Logger |
log
Deprecated. |
String |
mm
Deprecated. - use explicit default with SolrParams.get |
String |
pf
Deprecated. - use explicit default with SolrParams.get |
int |
pslop
Deprecated. - use explicit default with SolrParams.getInt |
String |
qf
Deprecated. - use explicit default with SolrParams.get |
float |
tiebreaker
Deprecated. - use explicit default with SolrParams.getFloat |
Fields inherited from class org.apache.solr.util.CommonParams |
---|
debugQuery, df, explainOther, fl, highlight, highlightFields, highlightFormatterClass, maxSnippets |
Fields inherited from interface org.apache.solr.common.params.DisMaxParams |
---|
ALTQ, BF, BQ, GEN, MM, PF, PS, QF, QS, TIE |
Fields inherited from interface org.apache.solr.common.params.CommonParams |
---|
DEBUG_QUERY, DF, EXCLUDE, EXPLAIN_OTHER, FALSE, FIELD, FL, HEADER_ECHO_HANDLER, HEADER_ECHO_PARAMS, OMIT_HEADER, OUTPUT_KEY, Q, QT, ROWS, SORT, START, STREAM_BODY, STREAM_CONTENTTYPE, STREAM_FILE, STREAM_URL, TAG, TERMS, TIME_ALLOWED, TRUE, VALUE, VERSION, WT, XSL |
Constructor Summary | |
---|---|
DisMaxParams()
Deprecated. |
Method Summary | |
---|---|
void |
setValues(org.apache.solr.common.util.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 org.slf4j.Logger log
public static String FQ
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(org.apache.solr.common.util.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 |