Class ExportWriterStream

java.lang.Object
org.apache.solr.client.solrj.io.stream.TupleStream
org.apache.solr.handler.export.ExportWriterStream
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Expressible, org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject, org.noggit.JSONWriter.Writable

public class ExportWriterStream extends TupleStream implements Expressible
Stream implementation that helps supporting 'expr' streaming in export writer.

Note: this class is made public only to allow access from ExportHandler, it should be treated as an internal detail of implementation.

See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.