Module org.apache.lucene.facet
Class ConcurrentSortedSetDocValuesFacetCounts.CountOneSegment
java.lang.Object
org.apache.lucene.facet.sortedset.ConcurrentSortedSetDocValuesFacetCounts.CountOneSegment
- Enclosing class:
ConcurrentSortedSetDocValuesFacetCounts
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final FacetsCollector.MatchingDocs
(package private) final LeafReader
(package private) final OrdinalMap
(package private) final int
-
Constructor Summary
ConstructorsConstructorDescriptionCountOneSegment
(LeafReader leafReader, FacetsCollector.MatchingDocs hits, OrdinalMap ordinalMap, int segOrd) -
Method Summary
-
Field Details
-
leafReader
-
hits
-
ordinalMap
-
segOrd
final int segOrd
-
-
Constructor Details
-
CountOneSegment
public CountOneSegment(LeafReader leafReader, FacetsCollector.MatchingDocs hits, OrdinalMap ordinalMap, int segOrd)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<Void>
- Throws:
IOException
-