public class ServletSolrParams extends MultiMapSolrParams
map| Constructor and Description |
|---|
ServletSolrParams(javax.servlet.ServletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String name)
returns the String value of a param, or null if not set
|
addParam, getMap, getParameterNamesIterator, getParams, toStringfpname, get, getBool, getBool, getDouble, getDouble, getFieldBool, getFieldBool, getFieldDouble, getFieldDouble, getFieldFloat, getFieldFloat, getFieldInt, getFieldInt, getFieldParam, getFieldParam, getFieldParams, getFloat, getFloat, getInt, getInt, parseBool, required, toMap, toMultiMap, toNamedList, toSolrParams, wrapAppended, wrapDefaultspublic String get(String name)
SolrParamsget in class MultiMapSolrParams