Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.cloud |
Common classes for SolrCloud.
|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrRequest<T extends SolrResponse> |
Modifier and Type | Method and Description |
---|---|
static SolrResponse |
SolrResponse.deserialize(byte[] bytes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
SolrResponse.serializable(SolrResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SolrResponse |
SolrCloudManager.request(SolrRequest req) |
Modifier and Type | Method and Description |
---|---|
SolrResponse |
DelegatingCloudManager.request(SolrRequest req)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SolrResponse |
SolrClientCloudManager.request(SolrRequest req) |
Modifier and Type | Class and Description |
---|---|
static class |
CollectionAdminRequest.RequestStatusResponse
A response object for
CollectionAdminRequest.RequestStatus requests |
Modifier and Type | Method and Description |
---|---|
protected SolrResponse |
CollectionAdminRequest.ShardSpecificAdminRequest.createResponse(SolrClient client) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaRequest<T extends SolrResponse> |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisResponseBase
A base class for all analysis responses.
|
class |
CollectionAdminResponse |
class |
ConfigSetAdminResponse
No special handling at this time.
|
static class |
ConfigSetAdminResponse.List |
class |
CoreAdminResponse |
class |
DelegationTokenResponse
Delegation Token responses
|
static class |
DelegationTokenResponse.Cancel |
static class |
DelegationTokenResponse.Get |
static class |
DelegationTokenResponse.Renew |
class |
DocumentAnalysisResponse
A response that is returned by processing the
DocumentAnalysisRequest . |
class |
FieldAnalysisResponse
A response that is returned by processing the
FieldAnalysisRequest . |
class |
HealthCheckResponse |
class |
LukeResponse
This is an incomplete representation of the data returned from Luke
|
class |
QueryResponse |
class |
SimpleSolrResponse |
class |
SolrPingResponse |
class |
SolrResponseBase |
class |
UpdateResponse
TODO -- mostly a stub until we have a defined output format
|
class |
V2Response |
Modifier and Type | Class and Description |
---|---|
class |
SchemaResponse
This class is used to wrap the response messages retrieved from Solr Schema API.
|
static class |
SchemaResponse.CopyFieldsResponse |
static class |
SchemaResponse.DynamicFieldResponse |
static class |
SchemaResponse.DynamicFieldsResponse |
static class |
SchemaResponse.FieldResponse |
static class |
SchemaResponse.FieldsResponse |
static class |
SchemaResponse.FieldTypeResponse |
static class |
SchemaResponse.FieldTypesResponse |
static class |
SchemaResponse.GlobalSimilarityResponse |
static class |
SchemaResponse.SchemaNameResponse |
static class |
SchemaResponse.SchemaVersionResponse |
static class |
SchemaResponse.UniqueKeyResponse |
static class |
SchemaResponse.UpdateResponse |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.