benwtrent commented on code in PR #12102:
URL: https://github.com/apache/lucene/pull/12102#discussion_r1084523450
##########
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##########
@@ -534,10 +532,10 @@ float[] next() throws IOException {
return target;
}
- BytesRef nextBytes() throws IOException {
+ byte[] nextBytes() throws IOException {
readNext();
bytes.get(scratch);
- return bytesRef;
+ return scratch;
Review Comment:
This file is for manual testing from the command line when you have local
vectors you want to index and search. It is still being used I think.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]