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.
|
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 |
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
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.