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.impl Concrete implementations of client API classes.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.org.apache.solr.client.solrj.util Utilities for Solr client applications. -
-
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.impl
Methods in org.apache.solr.client.solrj.impl with type parameters of type SolrResponse Modifier and Type Method Description <R extends SolrResponse>
RHttp2SolrClient. requestWithBaseUrl(String baseUrl, String collection, SolrRequest<R> req)Executes a SolrRequest using the provided URL to temporarily override any "base URL" currently used by this client -
Uses of SolrResponse in org.apache.solr.client.solrj.request
Classes in org.apache.solr.client.solrj.request with type parameters of type SolrResponse Modifier and Type Class Description classCollectionRequiringSolrRequest<T extends SolrResponse>ParentSolrRequestclass that requires a target collection or core. -
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 -
Uses of SolrResponse in org.apache.solr.client.solrj.util
Method parameters in org.apache.solr.client.solrj.util with type arguments of type SolrResponse Modifier and Type Method Description static booleanClientUtils. shouldApplyDefaultCollection(String providedCollection, SolrRequest<? extends SolrResponse> request)Determines whether any SolrClient "default" collection should apply to the specified request
-