DisMaxParams
instead.@Deprecated public class DisMaxParams extends CommonParams implements DisMaxParams
CommonParams.EchoParamStyle
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bf
Deprecated.
- use explicit default with SolrParams.get
|
java.lang.String |
bq
Deprecated.
- use explicit default with SolrParams.get
|
java.lang.String |
fq
Deprecated.
- use explicit default with SolrParams.get
|
static java.lang.String |
FQ
Deprecated.
use SolrParams.FQ or SolrPluginUtils.parseFilterQueries
|
static org.slf4j.Logger |
log
Deprecated.
|
java.lang.String |
mm
Deprecated.
- use explicit default with SolrParams.get
|
java.lang.String |
pf
Deprecated.
- use explicit default with SolrParams.get
|
int |
pslop
Deprecated.
- use explicit default with SolrParams.getInt
|
java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
setValues(NamedList args)
Deprecated.
use SolrParams.toSolrParams
|
public static org.slf4j.Logger log
@Deprecated public static java.lang.String FQ
@Deprecated public float tiebreaker
@Deprecated public java.lang.String qf
@Deprecated public java.lang.String pf
@Deprecated public java.lang.String mm
@Deprecated public int pslop
@Deprecated public java.lang.String bq
@Deprecated public java.lang.String bf
@Deprecated public java.lang.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