Class SortedSetDocValuesReaderState.OrdRange

java.lang.Object
org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState.OrdRange
Enclosing class:
SortedSetDocValuesReaderState

public static final class SortedSetDocValuesReaderState.OrdRange extends Object
Holds start/end range of ords, which maps to one dimension. Only used for flat hierarchies.
  • Field Details

    • start

      public final int start
      Start of range, inclusive:
    • end

      public final int end
      End of range, inclusive:
  • Constructor Details

    • OrdRange

      public OrdRange(int start, int end)
      Start and end are inclusive.
  • Method Details