Skip to content

Commit 3e208cb

Browse files
committed
iter
1 parent 2eb71bc commit 3e208cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public CentroidOffsetAndLength nextPostingListOffsetAndLength() throws IOExcepti
252252

253253
private int nextCentroid() throws IOException {
254254
if (currentParentQueue.size() > 0) {
255-
// return next centroid and add a children from the current parent queue
255+
// return next centroid and maybe add a children from the current parent queue
256256
return neighborQueue.popAndAddRaw(currentParentQueue.popRaw());
257257
} else if (parentsQueue.size() > 0) {
258258
// current parent queue is empty, populate it again with the next parent

0 commit comments

Comments
 (0)