Example usage for org.apache.solr.client.solrj StreamingResponseCallback subclass-usage

List of usage examples for org.apache.solr.client.solrj StreamingResponseCallback subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.client.solrj StreamingResponseCallback subclass-usage.

Usage

From source file de.qaware.chronix.solr.client.stream.SolrStreamingHandler.java

/**
 * Class to handle the callbacks from the solr streaming api
 *
 * @author f.lautenschlager
 */
public class SolrStreamingHandler extends StreamingResponseCallback {

From source file de.qaware.chronix.storage.solr.stream.SolrStreamingHandler.java

/**
 * Class to handle the callbacks from the solr streaming api
 *
 * @author f.lautenschlager
 */
public class SolrStreamingHandler extends StreamingResponseCallback {