Package org.apache.solr.core
Class RequestParams
java.lang.Object
org.apache.solr.core.RequestParams
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
The class encapsulates the request time parameters . This is immutable and any changes performed
returns a copy of the Object with the changed values
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestParams.ParamSetcreateParamSet(Map map, Long version) static RequestParamsgetFreshRequestParams(SolrResourceLoader loader, RequestParams requestParams) getMapWithVersion(Map<String, Object> data, int znodeVersion) intsetParams(String name, RequestParams.ParamSet paramSet) byte[]
-
Field Details
-
USEPARAM
- See Also:
-
NAME
- See Also:
-
RESOURCE
- See Also:
-
APPENDS
- See Also:
-
INVARIANTS
- See Also:
-
-
Constructor Details
-
RequestParams
-
-
Method Details
-
createParamSet
-
getParams
-
getParams
-
getZnodeVersion
public int getZnodeVersion() -
toMap
- Specified by:
toMapin interfaceorg.apache.solr.common.MapSerializable
-
getMapWithVersion
-
setParams
-
getFreshRequestParams
public static RequestParams getFreshRequestParams(SolrResourceLoader loader, RequestParams requestParams) -
toByteArray
public byte[] toByteArray()
-