[
https://issues.apache.org/jira/browse/SOLR-8591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155395#comment-15155395
]
Joel Bernstein edited comment on SOLR-8591 at 2/20/16 5:31 AM:
---------------------------------------------------------------
This is pretty low hanging fruit. May be able to squeeze this into 6.0.
was (Author: joel.bernstein):
This is pretty low hanging fruit. Maybe be able to squeeze this into 6.0.
> Add BatchStream to the Streaming API
> ------------------------------------
>
> Key: SOLR-8591
> URL: https://issues.apache.org/jira/browse/SOLR-8591
> Project: Solr
> Issue Type: New Feature
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
> Fix For: 6.0
>
>
> Now that we have synchronous streaming and continuous streaming
> (DaemonStream), it makes sense to add *batch streaming*.
> Code will be added to the /stream handler so that when it sees the
> BatchStream it will send the stream to an executor to be run.
> Sample syntax:
> {code}
> batch(parallel(update(rollup(search()))))
> {code}
> The pseudo code above runs a parallel rollup in batch mode and sends the
> output to a SolrCloud collection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]