Class IntersectStream

  • 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 IntersectStream
    extends TupleStream
    implements Expressible
    Emits tuples from streamA which also exist in streamB. Resulting tuples are ordered the same as they were in streamA. Both streams must be sorted by the fields being compared.
    Since:
    6.0.0
    See Also:
    Serialized Form