Uses of Class
org.apache.lucene.facet.TopOrdAndIntQueue
Packages that use TopOrdAndIntQueue
Package
Description
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField
.-
Uses of TopOrdAndIntQueue in org.apache.lucene.facet.sortedset
Fields in org.apache.lucene.facet.sortedset declared as TopOrdAndIntQueueModifier and TypeFieldDescriptionprivate final TopOrdAndIntQueue
AbstractSortedSetDocValueFacetCounts.TopChildrenForPath.q
The field for theq
record component.Methods in org.apache.lucene.facet.sortedset that return TopOrdAndIntQueueModifier and TypeMethodDescriptionAbstractSortedSetDocValueFacetCounts.TopChildrenForPath.q()
Returns the value of theq
record component.Constructors in org.apache.lucene.facet.sortedset with parameters of type TopOrdAndIntQueueModifierConstructorDescription(package private)
TopChildrenForPath
(int pathCount, int childCount, TopOrdAndIntQueue q) Creates an instance of aTopChildrenForPath
record class.