Package org.apache.solr.core
Class RequestParams.VersionedParams
- java.lang.Object
-
- org.apache.solr.common.params.SolrParams
-
- org.apache.solr.common.params.MultiMapSolrParams
-
- org.apache.solr.core.RequestParams.VersionedParams
-
- All Implemented Interfaces:
Serializable
,Iterable<Map.Entry<String,String[]>>
,org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,org.noggit.JSONWriter.Writable
- Enclosing class:
- RequestParams
public static class RequestParams.VersionedParams extends org.apache.solr.common.params.MultiMapSolrParams
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionedParams(Map<String,?> map, RequestParams.ParamSet paramSet)
-
Method Summary
-
Methods inherited from class org.apache.solr.common.params.MultiMapSolrParams
addParam, addParam, asMultiMap, asMultiMap, get, getMap, getParameterNamesIterator, getParams, iterator
-
Methods inherited from class org.apache.solr.common.params.SolrParams
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, required, stream, toFilteredSolrParams, toLocalParamsString, toMap, toMultiMap, toNamedList, toQueryString, toSolrParams, toString, wrapAppended, wrapDefaults, writeMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
VersionedParams
public VersionedParams(Map<String,?> map, RequestParams.ParamSet paramSet)
-
-