Adrien Grand created LUCENE-10183: ------------------------------------- Summary: 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
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.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org