Class SolrJerseyResponse

java.lang.Object
org.apache.solr.client.api.model.SolrJerseyResponse
All Implemented Interfaces:
ReflectWritable
Direct Known Subclasses:
AsyncJerseyResponse, CollectionStatusResponse, CoreStatusResponse, CreateCoreResponse, CreateCoreSnapshotResponse, DeleteSnapshotResponse, ExperimentalResponse, FileListResponse, FileStoreDirectoryListingResponse, FlexibleSolrJerseyResponse, GetAliasByNameResponse, GetAliasPropertyResponse, GetAllAliasPropertiesResponse, GetClusterPropertyResponse, GetNodeCommandStatusResponse, GetSegmentDataResponse, IndexVersionResponse, ListAliasesResponse, ListClusterPropertiesResponse, ListCollectionBackupsResponse, ListCollectionsResponse, ListConfigsetsResponse, ListCoreSnapshotsResponse, LoggingResponse, PublicKeyResponse, ReplicationBackupResponse, SchemaGetDynamicFieldInfoResponse, SchemaGetFieldInfoResponse, SchemaGetFieldTypeInfoResponse, SchemaInfoResponse, SchemaListCopyFieldsResponse, SchemaListDynamicFieldsResponse, SchemaListFieldsResponse, SchemaListFieldTypesResponse, SchemaNameResponse, SchemaSimilarityResponse, SchemaUniqueKeyResponse, SchemaVersionResponse, SchemaZkVersionResponse, UploadToFileStoreResponse

public class SolrJerseyResponse extends Object implements ReflectWritable
Base response-body POJO to be used by Jersey resources.

Contains fields common to all Solr API responses, particularly the 'responseHeader' and 'error' fields.