You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Lu Xugang (Jira)" <ji...@apache.org> on 2022/05/29 05:05:00 UTC

[jira] [Created] (LUCENE-10594) Duplicated value should be involve in SortedSetDocValues#docValueCount() in MemoryIndex

Lu Xugang created LUCENE-10594:
----------------------------------

             Summary: Duplicated value should be involve in SortedSetDocValues#docValueCount() in MemoryIndex
                 Key: LUCENE-10594
                 URL: https://issues.apache.org/jira/browse/LUCENE-10594
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Lu Xugang


Base on LUCENE-10188 , SortedSetDocValues#docValueCount() in MemoryIndex should keep the same semantic that duplicated values should also be involve in calculating count.

Due to `dvBytesRefHashValuesSet` only record number of unique values, so a additional `count` is needed.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org