DisMaxParams
instead.@Deprecated public class DisMaxParams extends CommonParams implements DisMaxParams
CommonParams.EchoParamStyle
Modifier and Type | Field and Description |
---|---|
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
|
debugQuery, df, explainOther, fl, highlight, highlightFields, highlightFormatterClass, maxSnippets
ALTQ, BF, BQ, GEN, MM, PF, PS, QF, QS, TIE
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 and Description |
---|
DisMaxParams()
Deprecated.
|
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
@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