Module org.apache.lucene.facet
Class AbstractSortedSetDocValueFacetCounts.ChildIterationCursor
java.lang.Object
org.apache.lucene.facet.sortedset.AbstractSortedSetDocValueFacetCounts.ChildIterationCursor
- Enclosing class:
AbstractSortedSetDocValueFacetCounts
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final PrimitiveIterator.OfInt
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pathOrd
final int pathOrd -
childIterator
-
-
Constructor Details
-
ChildIterationCursor
ChildIterationCursor(int pathOrd, PrimitiveIterator.OfInt childIterator)
-