Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr 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 |
---|---|
static SolrResponse |
SolrResponse.deserialize(byte[] bytes) |
abstract SolrResponse |
SolrRequest.process(SolrServer server) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
SolrResponse.serializable(SolrResponse response) |
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 |
SolrPingResponse |
class |
SolrResponseBase |
class |
UpdateResponse
TODO -- mostly a stub until we have a defined output format
|
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–2014 The Apache Software Foundation. All rights reserved.