Package org.apache.solr.client.api.model
Class FileStoreJsonFileResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.FileStoreJsonFileResponse
-
- All Implemented Interfaces:
ReflectWritable
public class FileStoreJsonFileResponse extends SolrJerseyResponse
One of several possible responses fromNodeFileStoreApis.getFile(String, Boolean, String, Boolean)
Typically used when 'wt=json' is specified while retrieving an individual file from the filestore
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description String
response
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description FileStoreJsonFileResponse()
-
-
-
Field Detail
-
response
public String response
-
-