Class FacetResult
Counts or aggregates for a single dimension.
Inheritance
System.Object
FacetResult
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public sealed class FacetResult : Runtime.Serialization.IDeserializationCallback
Constructors
Name | Description |
---|---|
FacetResult(String, String[], Int32, LabelAndValue[], Int32) | Constructor for |
FacetResult(String, String[], Single, LabelAndValue[], Int32) | Constructor for |
Fields
Name | Description |
---|---|
TypeOfValue | The original data type of Value that was passed through the constructor. |
Properties
Name | Description |
---|---|
ChildCount | How many child labels were encountered. |
Dim | Dimension that was requested. |
LabelValues | Child counts. |
Path | Path whose children were requested. |
Value | Total value for this path (sum of all child counts, or sum of all child values), even those not included in the topN. |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() | |
OnDeserialization(Object) | |
ToString() |