Uses of Interface
org.apache.solr.client.solrj.FastStreamingDocsCallback
-
Packages that use FastStreamingDocsCallback 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. -
-
Uses of FastStreamingDocsCallback in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj with parameters of type FastStreamingDocsCallback Modifier and Type Method Description QueryResponse
SolrClient. queryAndStreamResponse(String collection, SolrParams params, FastStreamingDocsCallback callback)
-
Uses of FastStreamingDocsCallback in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl declared as FastStreamingDocsCallback Modifier and Type Field Description FastStreamingDocsCallback
StreamingBinaryResponseParser. fastCallback
Constructors in org.apache.solr.client.solrj.impl with parameters of type FastStreamingDocsCallback Constructor Description StreamingBinaryResponseParser(FastStreamingDocsCallback cb)
-