public class DefaultSolrParams extends SolrParams
| Modifier and Type | Field and Description | 
|---|---|
| protected SolrParams | defaults | 
| protected SolrParams | params | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | DefaultSolrParams(SolrParams params,
                 SolrParams defaults) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | get(String param)returns the String value of a param, or null if not set | 
| Iterator<String> | getParameterNamesIterator()returns an Iterator over the parameter names | 
| String[] | getParams(String param)returns an array of the String values of a param, or null if none | 
| String | toString()Like  SolrParams.toQueryString(), but only replacing enough chars so that
 the URL may be unambiguously pasted back into a browser. | 
fpname, get, getAll, getBool, getBool, getDouble, getDouble, getFieldBool, getFieldBool, getFieldDouble, getFieldDouble, getFieldFloat, getFieldFloat, getFieldInt, getFieldInt, getFieldParam, getFieldParam, getFieldParams, getFloat, getFloat, getInt, getInt, getLong, getLong, getLong, required, toFilteredSolrParams, toMap, toMultiMap, toNamedList, toQueryString, toSolrParams, wrapAppended, wrapDefaultsprotected final SolrParams params
protected final SolrParams defaults
protected DefaultSolrParams(SolrParams params, SolrParams defaults)
public String get(String param)
SolrParamsget in class SolrParamspublic String[] getParams(String param)
SolrParamsgetParams in class SolrParamspublic Iterator<String> getParameterNamesIterator()
SolrParamsgetParameterNamesIterator in class SolrParamspublic String toString()
SolrParamsSolrParams.toQueryString(), but only replacing enough chars so that
 the URL may be unambiguously pasted back into a browser.
 This method can be used to properly log query parameters without
 making them unreadable.
 Characters with a numeric value less than 32 are encoded. &,=,%,+,space are encoded.
toString in class SolrParamsCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.