gsmiller commented on a change in pull request #600:
URL: https://github.com/apache/lucene/pull/600#discussion_r793679262
##########
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 was just grouping it with the other `private` methods after changing
its visibility. Purely stylistic.
--
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]