Adrien Grand created LUCENE-10176:
-------------------------------------

             Summary: Remove VectorValues#size()
                 Key: LUCENE-10176
                 URL: https://issues.apache.org/jira/browse/LUCENE-10176
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Adrien Grand


This method doesn't seem to be used anywhere except by 
SimpleTextKnnVectorsReader#search, which uses it in an incorrect way by using 
it as the total number of hits matching a nearest-neighbor search (it is 
incorrect because this number might be higher than the number of vectors having 
a value because of deletes).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to