You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/09/06 10:54:34 UTC

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #277: LUCENE-10040 Correct TestHnswGraph.testSearchWithAcceptOrds

mayya-sharipova commented on a change in pull request #277:
URL: https://github.com/apache/lucene/pull/277#discussion_r702808133



##########
File path: lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
##########
@@ -493,9 +496,14 @@ public RandomVectorValues copy() {
   }
 
   /** Generate a random bitset where each entry has a 2/3 probability of being set. */
-  private static Bits createRandomAcceptOrds(int length) {
+  private static Bits createRandomAcceptOrds(int startIndex, int length) {

Review comment:
       Addressed in 35ee89af212541a10138e3b0aa3b5c9de1c92aae




-- 
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-unsubscribe@lucene.apache.org

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



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