Class NumberRangePrefixTreeStrategy.Facets.FacetParentVal

  • Enclosing class:
    NumberRangePrefixTreeStrategy.Facets

    public static class NumberRangePrefixTreeStrategy.Facets.FacetParentVal
    extends Object
    Holds a block of detailLevel counts aggregated to their parent level.
    • Field Detail

      • parentLeaves

        public int parentLeaves
        The count of ranges that span all of the childCounts. In more technical terms, this is the number of leaf cells found at this parent. Treat this like NumberRangePrefixTreeStrategy.Facets.topLeaves.
      • childCountsLen

        public int childCountsLen
        The length of childCounts. If childCounts is not null then this is childCounts.length, otherwise it says how long it would have been if it weren't null.
    • Constructor Detail

      • FacetParentVal

        public FacetParentVal()