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

PointField multivalued docValues don't "dedup" like TrieField

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      As noted by Tomas in SOLR-10835, since the numeric FooPointField classes use SortedNumericDocValues, the docvalues don't "dedup" when the same value exists multiple times for a single document – this is different from the numeric TrieFooField classes that use SortedSetDocValues - which are by definition a set – so multiple instances of the same value are de-duplicated.

      This impacts things like the ExportWriter, as well as fields that useDocValuesAsStored="true" if users have particular expecations when converting from Trie fields to Point fields.

      Attachments

        Issue Links

          Activity

            People

              sarowe Steven Rowe
              hossman Chris M. Hostetter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: