public final class FacetResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
childCount
How many child labels were encountered.
|
java.lang.String |
dim
Dimension that was requested.
|
LabelAndValue[] |
labelValues
Child counts.
|
java.lang.String[] |
path
Path whose children were requested.
|
java.lang.Number |
value
Total value for this path (sum of all child counts, or
sum of all child values), even those not included in
the topN.
|
Constructor and Description |
---|
FacetResult(java.lang.String dim,
java.lang.String[] path,
java.lang.Number value,
LabelAndValue[] labelValues,
int childCount)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object _other) |
int |
hashCode() |
java.lang.String |
toString() |
public final java.lang.String dim
public final java.lang.String[] path
public final java.lang.Number value
public final int childCount
public final LabelAndValue[] labelValues
public FacetResult(java.lang.String dim, java.lang.String[] path, java.lang.Number value, LabelAndValue[] labelValues, int childCount)
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.