|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolrResponse | |
---|---|
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. |
Uses of SolrResponse in org.apache.solr.client.solrj |
---|
Methods in org.apache.solr.client.solrj that return SolrResponse | |
---|---|
static SolrResponse |
SolrResponse.deserialize(byte[] bytes)
|
abstract SolrResponse |
SolrRequest.process(SolrServer server)
|
Methods in org.apache.solr.client.solrj with parameters of type SolrResponse | |
---|---|
static byte[] |
SolrResponse.serializable(SolrResponse response)
|
Uses of SolrResponse in org.apache.solr.client.solrj.response |
---|
Subclasses of SolrResponse in org.apache.solr.client.solrj.response | |
---|---|
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |