You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2015/05/12 04:29:00 UTC

[jira] [Updated] (SOLR-7525) Add ComplementStream

     [ https://issues.apache.org/jira/browse/SOLR-7525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-7525:
---------------------------------
    Description: 
This ticket adds a ComplementStream to the Streaming API and Streaming Expression language.

The ComplementStream will wrap two TupleStreams (StreamA, StreamB) and emit Tuples from StreamA that are not in StreamB.

Streaming API Syntax:
{code}
ComplementStream cstream = new ComplementStream(streamA, streamB, comp);
{code}

Streaming Expression syntax:

{code}
complement(search(...), search(...), on(...))
{code}

Internal implementation will rely on the ReducerStream.


  was:
This ticket adds a ComplementStream to the Streaming API and Streaming Expression language.

The ComplementStream will wrap two TupleStreams (StreamA, StreamB) and emit Tuples from StreamA that are not in StreamB.

Streaming API Syntax:
{code}
ComplementStream cstream = new Complement(streamA, streamB, comp);
{code}

Streaming Expression syntax:

{code}
complement(search(...), search(...), on(...))
{code}

Internal implementation will rely on the ReducerStream.



> Add ComplementStream
> --------------------
>
>                 Key: SOLR-7525
>                 URL: https://issues.apache.org/jira/browse/SOLR-7525
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrJ
>            Reporter: Joel Bernstein
>            Priority: Minor
>
> This ticket adds a ComplementStream to the Streaming API and Streaming Expression language.
> The ComplementStream will wrap two TupleStreams (StreamA, StreamB) and emit Tuples from StreamA that are not in StreamB.
> Streaming API Syntax:
> {code}
> ComplementStream cstream = new ComplementStream(streamA, streamB, comp);
> {code}
> Streaming Expression syntax:
> {code}
> complement(search(...), search(...), on(...))
> {code}
> Internal implementation will rely on the ReducerStream.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org