| Package | Description | 
|---|---|
| org.apache.solr.client.solrj | Primary APIs for communicating with a Solr Server from a Java client. | 
| 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 | 
|---|---|
| SolrDocumentList | SolrClient. getById(Collection<String> ids)Retrieves the SolrDocuments associated with the given identifiers. | 
| SolrDocumentList | SolrClient. getById(Collection<String> ids,
       SolrParams params)Retrieves the SolrDocuments associated with the given identifiers and uses
 the SolrParams to execute the request. | 
| SolrDocumentList | SolrClient. getById(String collection,
       Collection<String> ids)Retrieves the SolrDocuments associated with the given identifiers. | 
| SolrDocumentList | SolrClient. getById(String collection,
       Collection<String> ids,
       SolrParams params)Retrieves the SolrDocuments associated with the given identifiers and uses
 the SolrParams to execute the request. | 
| 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() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,SolrDocumentList> | QueryResponse. getExpandedResults() | 
| Constructor and Description | 
|---|
| Group(String groupValue,
     SolrDocumentList result)Creates a Group instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| SolrDocumentList | JavaBinCodec. readSolrDocumentList(DataInputInputStream dis) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JavaBinCodec. writeSolrDocumentList(SolrDocumentList docs) | 
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.