|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.util.CommonParams
CommonParams
instead.
@Deprecated public class CommonParams
A collection on common params, both for Plugin initialization and for Requests.
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 |
debugQuery
Deprecated. do not debug by default |
String |
df
Deprecated. the default field to query |
String |
explainOther
Deprecated. no default other explanation query |
String |
fl
Deprecated. the default field list to be used |
boolean |
highlight
Deprecated. whether to highlight |
String |
highlightFields
Deprecated. fields to highlight |
String |
highlightFormatterClass
Deprecated. override default highlight Formatter class |
static org.slf4j.Logger |
log
Deprecated. |
int |
maxSnippets
Deprecated. maximum highlight fragments to return |
Fields inherited from interface org.apache.solr.common.params.CommonParams |
---|
CACHE, COST, DEBUG_QUERY, DF, EXCLUDE, EXPLAIN_OTHER, EXPLAIN_STRUCT, FALSE, FIELD, FL, FQ, 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 | |
---|---|
CommonParams()
Deprecated. |
|
CommonParams(org.apache.solr.common.util.NamedList args)
Deprecated. |
Method Summary | |
---|---|
void |
setValues(org.apache.solr.common.util.NamedList args)
Deprecated. Sets the params using values from a NamedList, usefull in the init method for your handler. |
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 String fl
public String df
public String debugQuery
public String explainOther
public boolean highlight
public String highlightFields
public int maxSnippets
public String highlightFormatterClass
Constructor Detail |
---|
public CommonParams()
public CommonParams(org.apache.solr.common.util.NamedList args)
setValues(org.apache.solr.common.util.NamedList)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |