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, writeMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
forEach, spliterator
public String get(String name)
SolrParams
SolrParams.getParams(String)
instead.get
in class SolrParams
public String[] getParams(String name)
SolrParams
getParams
in class SolrParams
public Iterator<String> getParameterNamesIterator()
SolrParams
Iterable
.getParameterNamesIterator
in class SolrParams
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.