public class MapSolrParams extends SolrParams
MapWriter.EntryWriter| Constructor and Description | 
|---|
| MapSolrParams(Map<String,String> map) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | get(String name)Returns the first 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 no mapping for the param exists. | 
fpname, get, getAll, getAll, getBool, getBool, getDouble, getDouble, getFieldBool, getFieldBool, getFieldDouble, getFieldDouble, getFieldFloat, getFieldFloat, getFieldInt, getFieldInt, getFieldParam, getFieldParam, getFieldParams, getFloat, getFloat, getInt, getInt, getLong, getLong, getPrimitiveBool, getPrimitiveFieldBool, getPrimitiveFieldFloat, getPrimitiveInt, iterator, required, stream, toFilteredSolrParams, toLocalParamsString, toMap, toMultiMap, toNamedList, toQueryString, toSolrParams, toString, wrapAppended, wrapDefaults, writeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStrforEach, spliteratorpublic String get(String name)
SolrParamsSolrParams.getParams(String) instead.get in class SolrParamspublic String[] getParams(String name)
SolrParamsgetParams in class SolrParamspublic Iterator<String> getParameterNamesIterator()
SolrParamsIterable.getParameterNamesIterator in class SolrParamsCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.