| Package | Description | 
|---|---|
| org.apache.solr.client.solrj | Primary APIs for communicating with a Solr Server from a Java client. | 
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryResponse | SolrClient. queryAndStreamResponse(String collection,
                      SolrParams params,
                      FastStreamingDocsCallback callback) | 
| Modifier and Type | Field and Description | 
|---|---|
| FastStreamingDocsCallback | StreamingBinaryResponseParser. fastCallback | 
| Constructor and Description | 
|---|
| StreamingBinaryResponseParser(FastStreamingDocsCallback cb) | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.