Uses of Interface
org.apache.solr.client.solrj.response.FastStreamingDocsCallback
Packages that use FastStreamingDocsCallback
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Convenience classes for dealing with various types of Solr responses.
-
Uses of FastStreamingDocsCallback in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj with parameters of type FastStreamingDocsCallbackModifier and TypeMethodDescriptionSolrClient.queryAndStreamResponse(String collection, SolrParams params, FastStreamingDocsCallback callback) -
Uses of FastStreamingDocsCallback in org.apache.solr.client.solrj.response
Fields in org.apache.solr.client.solrj.response declared as FastStreamingDocsCallbackConstructors in org.apache.solr.client.solrj.response with parameters of type FastStreamingDocsCallback