Module org.apache.lucene.sandbox
Class NonOverlappingLongRangeFacetCutter.NonOverlappingLongRangeMultiValueLeafFacetCutter
java.lang.Object
org.apache.lucene.sandbox.facet.cutters.ranges.LongRangeFacetCutter.LongRangeMultivaluedLeafFacetCutter
org.apache.lucene.sandbox.facet.cutters.ranges.NonOverlappingLongRangeFacetCutter.NonOverlappingLongRangeMultiValueLeafFacetCutter
- All Implemented Interfaces:
LeafFacetCutter,OrdinalIterator
- Enclosing class:
NonOverlappingLongRangeFacetCutter
static class NonOverlappingLongRangeFacetCutter.NonOverlappingLongRangeMultiValueLeafFacetCutter
extends LongRangeFacetCutter.LongRangeMultivaluedLeafFacetCutter
TODO: dedup NonOverlappingLongRangeMultiValueLeafFacetCutter and
NonOverlappingLongRangeSingleValueLeafFacetCutter code - they are similar but they extend
different base classes.
-
Field Summary
Fields inherited from class org.apache.lucene.sandbox.facet.cutters.ranges.LongRangeFacetCutter.LongRangeMultivaluedLeafFacetCutter
elementaryIntervalTracker, pos, requestedIntervalTrackerFields inherited from interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
EMPTY, NO_MORE_ORDS -
Constructor Summary
ConstructorsConstructorDescriptionNonOverlappingLongRangeMultiValueLeafFacetCutter(MultiLongValues longValues, long[] boundaries, int[] pos) -
Method Summary
Modifier and TypeMethodDescriptionintnextOrd()Returns next ord orOrdinalIterator.NO_MORE_ORDS.Methods inherited from class org.apache.lucene.sandbox.facet.cutters.ranges.LongRangeFacetCutter.LongRangeMultivaluedLeafFacetCutter
advanceExact, maybeRollUpMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.sandbox.facet.iterators.OrdinalIterator
toArray
-
Constructor Details
-
NonOverlappingLongRangeMultiValueLeafFacetCutter
NonOverlappingLongRangeMultiValueLeafFacetCutter(MultiLongValues longValues, long[] boundaries, int[] pos)
-
-
Method Details
-
nextOrd
Description copied from interface:OrdinalIteratorReturns next ord orOrdinalIterator.NO_MORE_ORDS. *- Throws:
IOException
-