iverase commented on a change in pull request #486:
URL: https://github.com/apache/lucene/pull/486#discussion_r762043750



##########
File path: lucene/core/src/java/org/apache/lucene/index/PointValues.java
##########
@@ -297,42 +339,48 @@ default void visit(DocIdSetIterator iterator) throws 
IOException {
         visit(docID);
       }
     }
+  }
 
-    /**
-     * Called for all documents in a leaf cell that crosses the query. The 
consumer should
-     * scrutinize the packedValue to decide whether to accept it. In the 1D 
case, values are visited
-     * in increasing order, and in the case of ties, in increasing docID order.
-     */
+  /**
+   * Collects all documents and values below a tree node by calling {@link
+   * PointTree#visitDocValues(DocValuesVisitor)} (DocIdsVisitor)}

Review comment:
       done




-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to