jpountz commented on a change in pull request #747: LUCENE-8888: Improve distribution of points with data dimension in BKD tree leaves URL: https://github.com/apache/lucene-solr/pull/747#discussion_r298102774
########## File path: lucene/core/src/java/org/apache/lucene/util/bkd/BKDRadixSelector.java ########## @@ -60,14 +60,18 @@ // prefix for temp files private final String tempFileNamePrefix; + private int numDatadim, numIndexDim; Review comment: s/numDatadim/numDataDim/ ---------------------------------------------------------------- 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. 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]
