Package | Description |
---|---|
org.apache.solr |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
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.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseDistributedSearchTestCase.compareSolrResponses(SolrResponse a,
SolrResponse b) |
Modifier and Type | Class and Description |
---|---|
class |
SolrRequest<T extends SolrResponse> |
Modifier and Type | Method and Description |
---|---|
static SolrResponse |
SolrResponse.deserialize(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
SolrResponse.serializable(SolrResponse response) |
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 |
CoreAdminResponse |
class |
DocumentAnalysisResponse
A response that is returned by processing the
DocumentAnalysisRequest . |
class |
FieldAnalysisResponse
A response that is returned by processing the
FieldAnalysisRequest . |
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
|
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.DefaultQueryOperatorResponse |
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 |
Modifier and Type | Class and Description |
---|---|
class |
OverseerSolrResponse |
Modifier and Type | Field and Description |
---|---|
SolrResponse |
Overseer.FailedOp.resp |
Modifier and Type | Method and Description |
---|---|
protected SolrResponse |
OverseerCollectionProcessor.processMessage(ZkNodeProps message,
String operation) |
Modifier and Type | Method and Description |
---|---|
void |
Overseer.Stats.storeFailureDetails(String operation,
ZkNodeProps request,
SolrResponse resp) |
Constructor and Description |
---|
FailedOp(ZkNodeProps req,
SolrResponse resp) |
Modifier and Type | Method and Description |
---|---|
SolrResponse |
ShardResponse.getSolrResponse() |
Modifier and Type | Method and Description |
---|---|
void |
ShardResponse.setSolrResponse(SolrResponse rsp) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.