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

ASF subversion and git services commented on LUCENE-10183:
----------------------------------------------------------

Commit d0ad9f5bfce54cd60b96eb2b7eec659497f9ec0b in lucene's branch 
refs/heads/main from zacharymorn
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=d0ad9f5 ]

LUCENE-10183: KnnVectorsWriter#writeField to take KnnVectorsReader instead of 
VectorValues (#534)



> KnnVectorsWriter#writeField should take a KnnVectorsReader, not a 
> VectorValues instance
> ---------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10183
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10183
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Priority: Minor
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> By taking a VectorValues instance, KnnVectorsWriter#write doesn't let 
> implementations iterate over vectors multiple times if needed. It should take 
> a KnnVectorReaders similarly to doc values, where the writer takes a 
> DocValuesProducer.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to