public static class NumberRangePrefixTreeStrategy.Facets.FacetParentVal extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
childCounts
The detail level counts.
|
int |
childCountsLen
The length of
childCounts . |
int |
parentLeaves
The count of ranges that span all of the childCounts.
|
Constructor and Description |
---|
FacetParentVal() |
public int parentLeaves
NumberRangePrefixTreeStrategy.Facets.topLeaves
.public int childCountsLen
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.public int[] childCounts
NumberRangePrefixTreeStrategy.Facets.topLeaves
and parentLeaves
to each count.Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.