Uses of Class
org.apache.solr.client.solrj.response.SolrResponseBase
-
Packages that use SolrResponseBase Package Description org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses.org.apache.solr.client.solrj.response.schema Convenience classes for dealing with Schema API responses. -
-
Uses of SolrResponseBase in org.apache.solr.client.solrj.request
Subclasses of SolrResponseBase in org.apache.solr.client.solrj.request Modifier and Type Class Description static classCollectionAdminRequest.RequestStatusResponseA response object forCollectionAdminRequest.RequestStatusrequests -
Uses of SolrResponseBase in org.apache.solr.client.solrj.response
Subclasses of SolrResponseBase in org.apache.solr.client.solrj.response Modifier and Type Class Description classAnalysisResponseBaseA base class for all analysis responses.classCollectionAdminResponseclassConfigSetAdminResponseNo special handling at this time.static classConfigSetAdminResponse.ListclassCoreAdminResponseclassDelegationTokenResponseDelegation Token responsesstatic classDelegationTokenResponse.Cancelstatic classDelegationTokenResponse.Getstatic classDelegationTokenResponse.RenewclassDocumentAnalysisResponseA response that is returned by processing theDocumentAnalysisRequest.classFieldAnalysisResponseA response that is returned by processing theFieldAnalysisRequest.classLukeResponseThis is an incomplete representation of the data returned from LukeclassQueryResponseclassSolrPingResponseclassUpdateResponseTODO -- mostly a stub until we have a defined output formatclassV2Response -
Uses of SolrResponseBase in org.apache.solr.client.solrj.response.schema
Subclasses of SolrResponseBase in org.apache.solr.client.solrj.response.schema Modifier and Type Class Description classSchemaResponseThis class is used to wrap the response messages retrieved from Solr Schema API.static classSchemaResponse.CopyFieldsResponsestatic classSchemaResponse.DynamicFieldResponsestatic classSchemaResponse.DynamicFieldsResponsestatic classSchemaResponse.FieldResponsestatic classSchemaResponse.FieldsResponsestatic classSchemaResponse.FieldTypeResponsestatic classSchemaResponse.FieldTypesResponsestatic classSchemaResponse.GlobalSimilarityResponsestatic classSchemaResponse.SchemaNameResponsestatic classSchemaResponse.SchemaVersionResponsestatic classSchemaResponse.UniqueKeyResponsestatic classSchemaResponse.UpdateResponse
-