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

Add fetch Streaming Expression

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • 6.3
    • None
    • None

    Description

      The fetch() Streaming Expression wraps another expression and fetches additional fields for documents in batches. The fetch() expression will stream out the Tuples after the data has been fetched. Fields can be fetched from any SolrCloud collection.

      Sample syntax:

      daemon(
             update(collectionC, batchSize="100"
                    fetch(collectionB, 
                          topic(checkpoints, collectionA, q="*:*", fl="a,b,c", rows="50"),
                          fl="j,m,z",
                          on="a=j")))
             
      

      Attachments

        1. SOLR-9337.patch
          20 kB
          Joel Bernstein
        2. SOLR-9337.patch
          20 kB
          Joel Bernstein

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: