Class AbstractSortedSetDocValueFacetCounts.TopChildrenForPath

java.lang.Object
org.apache.lucene.facet.sortedset.AbstractSortedSetDocValueFacetCounts.TopChildrenForPath
Enclosing class:
AbstractSortedSetDocValueFacetCounts

private static class AbstractSortedSetDocValueFacetCounts.TopChildrenForPath extends Object
Intermediate result to store top children for a given path before resolving labels, etc.
  • Field Details

    • pathCount

      private final int pathCount
    • childCount

      private final int childCount
    • q

      private final TopOrdAndIntNumberQueue q
  • Constructor Details