public class ReloadAclCacheRequest extends SolrRequest<SolrResponseBase>
SolrRequest
to reload the ACL Solr cacheSolrRequest.METHOD
Modifier and Type | Field and Description |
---|---|
protected boolean |
_checkIfNecessary
If true, only the segments which are not already in cache are computed
|
SUPPORTED_METHODS
Constructor and Description |
---|
ReloadAclCacheRequest()
Default constructor
|
ReloadAclCacheRequest(boolean checkIfNecessary)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected SolrResponseBase |
createResponse(SolrClient client) |
Collection<ContentStream> |
getContentStreams() |
SolrParams |
getParams() |
getBasicAuthPassword, getBasicAuthUser, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback
protected boolean _checkIfNecessary
public ReloadAclCacheRequest()
public ReloadAclCacheRequest(boolean checkIfNecessary)
checkIfNecessary
- true to check if the reload is necessary for each segment (i.e. reload only the segments not already in cache)public SolrParams getParams()
getParams
in class SolrRequest<SolrResponseBase>
public Collection<ContentStream> getContentStreams() throws IOException
getContentStreams
in class SolrRequest<SolrResponseBase>
IOException
protected SolrResponseBase createResponse(SolrClient client)
createResponse
in class SolrRequest<SolrResponseBase>