jpountz commented on a change in pull request #569: LUCENE-8687: Optimise radix 
partitioning for points on heap
URL: https://github.com/apache/lucene-solr/pull/569#discussion_r255003163
 
 

 ##########
 File path: 
lucene/core/src/java/org/apache/lucene/util/bkd/BKDRadixSelector.java
 ##########
 @@ -176,7 +188,7 @@ private int findCommonPrefix(OfflinePointWriter points, 
long from, long to, int
         histogram[commonPrefix][bucket]++;
       }
     }
-    //Count left points and record the partition point
+    //Count left points and record the offlinePartition point
 
 Review comment:
   bad search/replace?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to