Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-7673

Add MultiValued[Int/Long/Float/Double]FieldSource for SortedNumericDocValues

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.5, 7.0
    • None
    • None
    • New

    Description

      Right now [Int/Long/Float/Double]FieldSource can give a ValueSource view of a NumericDocValues field. This Jira is to add MultiValued[Int/Long/Float/Double]FieldSource that given a SortedNumericSelector.Type can give a ValueSource view of a SortedNumericDocValues field
      I considered instead of adding new classes an optional selector parameter to the existing [Int/Long/Float/Double]FieldSource, but I think adding different classes makes a cleaner API and it’s clear that for MultiValued* case, the selector is a mandatory parameter.

      Attachments

        1. LUCENE-7673.patch
          43 kB
          Tomas Eduardo Fernandez Lobbe

        Activity

          People

            tflobbe Tomas Eduardo Fernandez Lobbe
            tflobbe Tomas Eduardo Fernandez Lobbe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: