Module org.apache.lucene.facet
Class AbstractSortedSetDocValueFacetCounts.TopChildrenForPath
java.lang.Object
org.apache.lucene.facet.sortedset.AbstractSortedSetDocValueFacetCounts.TopChildrenForPath
- Enclosing class:
AbstractSortedSetDocValueFacetCounts
Intermediate result to store top children for a given path before resolving labels, etc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final int
private final TopOrdAndIntNumberQueue
-
Constructor Summary
ConstructorsConstructorDescriptionTopChildrenForPath
(int pathCount, int childCount, TopOrdAndIntNumberQueue q) -
Method Summary
-
Field Details
-
pathCount
private final int pathCount -
childCount
private final int childCount -
q
-
-
Constructor Details
-
TopChildrenForPath
TopChildrenForPath(int pathCount, int childCount, TopOrdAndIntNumberQueue q)
-