Module org.apache.lucene.facet
Package org.apache.lucene.facet.range
Class DynamicRangeUtil.SegmentTask
java.lang.Object
org.apache.lucene.facet.range.DynamicRangeUtil.SegmentTask
- Enclosing class:
DynamicRangeUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LongValuesSource
private final FacetsCollector.MatchingDocs
private final DocIdSetIterator
private DynamicRangeUtil.SegmentOutput
private final LongValuesSource
-
Constructor Summary
ConstructorsConstructorDescriptionSegmentTask
(FacetsCollector.MatchingDocs matchingDocs, LongValuesSource fieldValueSource, LongValuesSource weightValueSource, DynamicRangeUtil.SegmentOutput segmentOutput) -
Method Summary
-
Field Details
-
matchingDocs
-
matchingParentDocsItr
-
fieldValueSource
-
weightValueSource
-
segmentOutput
-
-
Constructor Details
-
SegmentTask
SegmentTask(FacetsCollector.MatchingDocs matchingDocs, LongValuesSource fieldValueSource, LongValuesSource weightValueSource, DynamicRangeUtil.SegmentOutput segmentOutput) throws IOException - Throws:
IOException
-
-
Method Details