Uses of Class
org.apache.solr.client.solrj.SolrResponse
-
Packages that use SolrResponse Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.client.solrj.request.schema Convenience classes for making Schema API 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 SolrResponse in org.apache.solr.client.solrj
Classes in org.apache.solr.client.solrj with type parameters of type SolrResponse Modifier and Type Class Description classSolrRequest<T extends SolrResponse>Subclasses of SolrResponse in org.apache.solr.client.solrj Modifier and Type Class Description classJacksonParsingResponse<T> -
Uses of SolrResponse in org.apache.solr.client.solrj.request
-
Uses of SolrResponse in org.apache.solr.client.solrj.request.schema
Classes in org.apache.solr.client.solrj.request.schema with type parameters of type SolrResponse Modifier and Type Class Description classAbstractSchemaRequest<T extends SolrResponse> -
Uses of SolrResponse in org.apache.solr.client.solrj.response
Subclasses of SolrResponse 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.classHealthCheckResponseclassLukeResponseThis is an incomplete representation of the data returned from LukeclassQueryResponseclassSimpleSolrResponseclassSolrPingResponseclassSolrResponseBaseclassUpdateResponseTODO -- mostly a stub until we have a defined output formatclassV2Response -
Uses of SolrResponse in org.apache.solr.client.solrj.response.schema
Subclasses of SolrResponse 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
-