|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.util.CommonParams
@Deprecated public class CommonParams
A collection on common params, both for Plugin initialization and for Requests.
Field Summary | |
---|---|
static java.lang.String |
DEBUG_QUERY
Deprecated. |
java.lang.String |
debugQuery
Deprecated. do not debug by default |
java.lang.String |
df
Deprecated. the default field to query |
static java.lang.String |
DF
Deprecated. |
static java.lang.String |
EXPLAIN_OTHER
Deprecated. |
java.lang.String |
explainOther
Deprecated. no default other explanation query |
java.lang.String |
fl
Deprecated. the default field list to be used |
static java.lang.String |
FL
Deprecated. |
boolean |
highlight
Deprecated. whether to highlight |
java.lang.String |
highlightFields
Deprecated. fields to highlight |
java.lang.String |
highlightFormatterClass
Deprecated. override default highlight Formatter class |
int |
maxSnippets
Deprecated. maximum highlight fragments to return |
Constructor Summary | |
---|---|
CommonParams()
Deprecated. |
|
CommonParams(NamedList args)
Deprecated. |
Method Summary | |
---|---|
void |
setValues(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 |
---|
@Deprecated public static java.lang.String FL
@Deprecated public static java.lang.String DF
@Deprecated public static java.lang.String DEBUG_QUERY
@Deprecated public static java.lang.String EXPLAIN_OTHER
public java.lang.String fl
public java.lang.String df
public java.lang.String debugQuery
public java.lang.String explainOther
public boolean highlight
public java.lang.String highlightFields
public int maxSnippets
public java.lang.String highlightFormatterClass
Constructor Detail |
---|
public CommonParams()
public CommonParams(NamedList args)
setValues(org.apache.solr.util.NamedList)
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |