Class ExclusiveLongRangeCounter.LongRangeAndPos

java.lang.Object
org.apache.lucene.facet.range.ExclusiveLongRangeCounter.LongRangeAndPos
Enclosing class:
ExclusiveLongRangeCounter

private static final class ExclusiveLongRangeCounter.LongRangeAndPos extends Object
Simple container for a requested range and its original position
  • Field Details

    • range

      final LongRange range
    • pos

      final int pos
  • Constructor Details

    • LongRangeAndPos

      LongRangeAndPos(LongRange range, int pos)