Module org.apache.lucene.facet
Package org.apache.lucene.facet.range
Class ExclusiveLongRangeCounter.LongRangeAndPos
java.lang.Object
org.apache.lucene.facet.range.ExclusiveLongRangeCounter.LongRangeAndPos
- Enclosing class:
ExclusiveLongRangeCounter
Simple container for a requested range and its original position
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
range
-
pos
final int pos
-
-
Constructor Details
-
LongRangeAndPos
LongRangeAndPos(LongRange range, int pos)
-