public class MapSolrParams extends SolrParams
| Constructor and Description | 
|---|
| MapSolrParams(Map<String,String> map) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | get(String name)returns the String value of a param, or null if not set | 
| Map<String,String> | getMap() | 
| Iterator<String> | getParameterNamesIterator()returns an Iterator over the parameter names | 
| String[] | getParams(String name)returns an array of the String values of a param, or null if none | 
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, toString, wrapAppended, wrapDefaultspublic String get(String name)
SolrParamsget in class SolrParamspublic String[] getParams(String name)
SolrParamsgetParams in class SolrParamspublic Iterator<String> getParameterNamesIterator()
SolrParamsgetParameterNamesIterator in class SolrParamsCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.