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

Add cartesian Streaming Expression to build cartesian products from multi-value fields and text fields

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.6
    • None
    • None

    Description

      Currently all the Streaming Expression such as rollups, intersections, fetch etc, work on single value fields. The cartesian expression would create a stream of tuples from a single tuple with a multi-value field. This would allow multi-valued fields to be operated on by the wider library of Streaming Expression.

      For example a single tuple with a multi-valued field:

      id: 1
      author: [Jim, Jack, Steve]

      Would be transformed in the following three tuples:

      id:1
      author:Jim

      id:1
      author:Jack

      id:1
      author:Steve

      Attachments

        1. SOLR-10292.patch
          31 kB
          Dennis Gove
        2. SOLR-10292.patch
          29 kB
          Dennis Gove
        3. SOLR-10292.patch
          22 kB
          Dennis Gove
        4. SOLR-10292.patch
          20 kB
          Dennis Gove
        5. SOLR-10292.patch
          12 kB
          Dennis Gove

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: