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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org