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

Add list and cell Streaming Expressions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streaming expressions
    • None

    Description

      The list expression contains a list of streams. It opens, reads and closes each stream sequentially. Sample syntax:

      list(expr,expr, ...)
      

      The cell expression gathers the tuples from a stream and flattens them into a list in a single celled tuple. Sample syntax:

      cell(name, expr)
      

      In the tuple emitted by the cell expression the name param is the key which points to the flattened list.

      Attachments

        1. SOLR-10551.patch
          14 kB
          Joel Bernstein
        2. SOLR-10551.patch
          14 kB
          Joel Bernstein

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: