Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8591

Add BatchStream to the Streaming API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • 6.2, 7.0
    • None
    • None

    Description

      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:

      batch(parallel(update(rollup(search()))))
      

      The pseudo code above runs a parallel rollup in batch mode and sends the output to a SolrCloud collection.

      Attachments

        Issue Links

          Activity

            People

              jbernste Joel Bernstein
              jbernste Joel Bernstein
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: