Skip to content

Commit

Permalink
arg
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Sep 30, 2024
1 parent 146e200 commit e889314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@ public DocValuesLoader docValuesLoader(LeafReader leafReader, int[] docIdsInLeaf
}
byteVectorValues = leafReader.getByteVectorValues(fullPath());
if (byteVectorValues != null) {
KnnVectorValues.DocIndexIterator iterator = values.iterator();
KnnVectorValues.DocIndexIterator iterator = byteVectorValues.iterator();
return docId -> {
hasValue = docId == iterator.advance(docId);
ord = iterator.index();
Expand Down

0 comments on commit e889314

Please sign in to comment.