Example usage for org.apache.solr.client.solrj.io.stream.expr DefaultStreamFactory DefaultStreamFactory

List of usage examples for org.apache.solr.client.solrj.io.stream.expr DefaultStreamFactory DefaultStreamFactory

Introduction

In this page you can find the example usage for org.apache.solr.client.solrj.io.stream.expr DefaultStreamFactory DefaultStreamFactory.

Prototype

public DefaultStreamFactory() 

Source Link

Usage

From source file:org.deeplearning4j.nn.dataimport.solr.client.solrj.io.stream.TupleStreamDataSetIterator.java

License:Apache License

public TupleStreamDataSetIterator(int batch, String idKey, String[] featureKeys, String[] labelKeys,
        String expression, String defaultZkHost) throws IOException {

    this(batch, idKey, featureKeys, labelKeys, new DefaultStreamFactory().withDefaultZkHost(defaultZkHost),
            expression);//from w  w w . j  ava2 s .  com
}