[ 
https://issues.apache.org/jira/browse/LUCENE-10600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553993#comment-17553993
 ] 

Lu Xugang commented on LUCENE-10600:
------------------------------------

{quote}Is it that the unique count of ordinals will always fit inside an int
{quote}
Hi [~vigyas], yes, during Indexing phase, ssdv's values were represented as 
termID and collect non-duplicate termIDs , Detailed implementation could see 
SortedSetDocValuesWriter#finishCurrentDoc
{quote}I guess it stores integer ordinals compressed as PackedLongValues? 
Should this also be changed to an int
{quote}
We could first make long to int and then think about what you mentiond. Have 
you ever start to this work , if not, I would fix it in the next few days.

> SortedSetDocValues#docValueCount should be an int, not long
> -----------------------------------------------------------
>
>                 Key: LUCENE-10600
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10600
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Assignee: Lu Xugang
>            Priority: Minor
>




--
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

Reply via email to