| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.beans | 
 Annotation based mapping of client objects to Solr documents. 
 | 
| org.apache.solr.client.solrj.impl | 
 Concrete implementations of client API classes. 
 | 
| org.apache.solr.client.solrj.response | 
 Convenience classes for dealing with various types of Solr responses. 
 | 
| org.apache.solr.common.util | 
 Common utility classes reused on both clients & server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> List<T> | 
DocumentObjectBinder.getBeans(Class<T> clazz,
        SolrDocumentList solrDocList)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SolrDocumentList | 
XMLResponseParser.readDocuments(XMLStreamReader parser)  | 
| Modifier and Type | Method and Description | 
|---|---|
SolrDocumentList | 
Group.getResult()
Returns the documents to be displayed that belong to this group. 
 | 
SolrDocumentList | 
QueryResponse.getResults()  | 
| Constructor and Description | 
|---|
Group(String groupValue,
     SolrDocumentList result)
Creates a Group instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SolrDocumentList | 
JavaBinCodec.readSolrDocumentList(FastInputStream dis)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JavaBinCodec.writeSolrDocumentList(SolrDocumentList docs)  | 
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.