Class ComplementStream

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

    public class ComplementStream
    extends TupleStream
    implements Expressible
    Emits tuples from streamA which do not 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