|
||||||||||
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 |
---|
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 |
---|
CACHE, COST, DEBUG_QUERY, DF, EXCLUDE, EXPLAIN_OTHER, EXPLAIN_STRUCT, 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(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
@Deprecated public static String FQ
@Deprecated public float tiebreaker
@Deprecated public String qf
@Deprecated public String pf
@Deprecated public String mm
@Deprecated public int pslop
@Deprecated public String bq
@Deprecated public String bf
@Deprecated public String fq
Constructor Detail |
---|
public DisMaxParams()
Method Detail |
---|
@Deprecated 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 |