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

UninvertingReader needs multi-valued points support

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      It now supports the single valued case (deprecating the legacy encoding), but the multi-valued stuff does not yet have a replacement.

      ideally we add a FC.getSortedNumeric(Parser..) that works from points. Unlike postings, points never lose frequency within a field, so its the best fit.

      when getDocCount() == size(), the field is single-valued, so this should call getNumeric and box that in SortedNumeric, similar to the String case.

      Attachments

        1. LUCENE-7096.patch
          4 kB
          Robert Muir

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rcmuir Robert Muir
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: