Class AbstractGroupFacetCollector.GroupedFacetResult
The grouped facet result. Containing grouped facet entries, total count and total missing count.
Inheritance
System.Object
AbstractGroupFacetCollector.GroupedFacetResult
Assembly: Lucene.Net.Grouping.dll
Syntax
public class GroupedFacetResult : object
Constructors
Name | Description |
---|---|
GroupedFacetResult(Int32, Int32, Boolean, Int32, Int32) |
Properties
Name | Description |
---|---|
TotalCount | Gets the sum of all facet entries counts. |
TotalMissingCount | Gets the number of groups that didn't have a facet value. |
Methods
Name | Description |
---|---|
AddFacetCount(BytesRef, Int32) | |
GetFacetEntries(Int32, Int32) | Returns a list of facet entries to be rendered based on the specified offset and limit. The facet entries are retrieved from the facet entries collected during merging. |