gsmiller commented on a change in pull request #509: URL: https://github.com/apache/lucene/pull/509#discussion_r774242640
########## File path: lucene/facet/src/java/org/apache/lucene/facet/sortedset/SortedSetDocValuesReaderState.java ########## @@ -37,19 +38,102 @@ public abstract class SortedSetDocValuesReaderState implements Accountable { /** - * Holds start/end range of ords, which maps to one dimension (someday we may generalize it to map - * to hierarchies within one dimension). + * Class to store ranges of facet label as well as references to children of that label, key'd by + * label string */ - public static final class OrdRange { + public static final class HierarchicalOrdRange { Review comment: Ooops! This was a stale comment from last time I was reviewing that snuck in. Please disregard! -- 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-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org