Package org.apache.solr.core
Class RequestParams.ParamSet
- java.lang.Object
-
- org.apache.solr.core.RequestParams.ParamSet
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
- Enclosing class:
- RequestParams
public static class RequestParams.ParamSet extends Object implements org.apache.solr.common.MapSerializable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
get()
get the raw mapRequestParams.VersionedParams
getParams(String type)
Long
getVersion()
Map<String,Object>
toMap(Map<String,Object> result)
RequestParams.ParamSet
update(Map map)
-
-
-
Method Detail
-
getVersion
public Long getVersion()
-
toMap
public Map<String,Object> toMap(Map<String,Object> result)
- Specified by:
toMap
in interfaceorg.apache.solr.common.MapSerializable
-
update
public RequestParams.ParamSet update(Map map)
-
getParams
public RequestParams.VersionedParams getParams(String type)
- Parameters:
type
- one of defaults, appends, invariants
-
-