Class FileStoreApi.FetchFile
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<FileStoreApi.FetchFileResponse>
-
- org.apache.solr.client.solrj.request.FileStoreApi.FetchFile
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileStoreApi
public static class FileStoreApi.FetchFile extends SolrRequest<FileStoreApi.FetchFileResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.ApiVersion, SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FileStoreApi.FetchFileResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverSolrRequest.ApiVersiongetApiVersion()Indicates which API version this request will makeSolrParamsgetParams()Set<String>getQueryParams()Parameter keys that are sent via the query stringStringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()voidsetGetFrom(String getFrom)-
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getContentWriter, getHeaders, getMethod, getPath, getPreferredNodes, getStreamingResponseCallback, getUserPrincipal, process, process, requiresCollection, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Constructor Detail
-
FetchFile
public FetchFile(String path)
Create a FetchFile request object.- Parameters:
path- Path param - Path to a file or directory within the filestore
-
-
Method Detail
-
setGetFrom
public void setGetFrom(String getFrom)
- Parameters:
getFrom- An optional Solr node name to fetch the file from
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
getRequestTypein classSolrRequest<FileStoreApi.FetchFileResponse>
-
getApiVersion
public SolrRequest.ApiVersion getApiVersion()
Description copied from class:SolrRequestIndicates which API version this request will makeDefaults implementation returns 'V1'.
- Overrides:
getApiVersionin classSolrRequest<FileStoreApi.FetchFileResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParamsin classSolrRequest<FileStoreApi.FetchFileResponse>
-
getQueryParams
public Set<String> getQueryParams()
Description copied from class:SolrRequestParameter keys that are sent via the query string- Overrides:
getQueryParamsin classSolrRequest<FileStoreApi.FetchFileResponse>
-
createResponse
protected FileStoreApi.FetchFileResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
createResponsein classSolrRequest<FileStoreApi.FetchFileResponse>- Parameters:
client- theSolrClientthe request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParserin classSolrRequest<FileStoreApi.FetchFileResponse>- Returns:
- The
ResponseParser
-
-