Class ExportWriterStream

  • All Implemented Interfaces:
    Closeable, Serializable, AutoCloseable, Expressible, org.apache.solr.common.MapSerializable, org.apache.solr.common.MapWriter, org.apache.solr.common.NavigableObject

    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:
    Serialized Form
    WARNING: This API is experimental and might change in incompatible ways in the next release.