Class SortedSetDocValuesReaderState.DimTree

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

public static final class SortedSetDocValuesReaderState.DimTree extends Object
Holds children and sibling information for a single dimension. Only used with hierarchical dimensions.
  • Field Details

    • dimStartOrd

      public final int dimStartOrd
      The first ord of the dimension
  • Constructor Details

    • DimTree

      public DimTree(int dimStartOrd, List<Integer> sibling, List<Boolean> hasChildren)
      Sibling and children must be of same length
  • Method Details