Class SelectStream

java.lang.Object
org.apache.solr.client.solrj.io.stream.TupleStream
org.apache.solr.client.solrj.io.stream.SelectStream
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 SelectStream extends TupleStream implements Expressible
Selects fields from the incoming stream and applies optional field renaming. Does not reorder the outgoing stream.
Since:
6.0.0
See Also: