gf2121 commented on a change in pull request #600:
URL: https://github.com/apache/lucene/pull/600#discussion_r793270454



##########
File path: 
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/IntTaxonomyFacets.java
##########
@@ -142,6 +104,29 @@ private int rollup(int ord) throws IOException {
     return sum;
   }
 
+  /** Return true if a sparse hash table should be used for counting, instead 
of a dense int[]. */

Review comment:
       I'm a bit confused why do we need to move this method?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to