Class AbstractGroupFacetCollector.FacetEntry
Represents a facet entry with a value and a count.
Inheritance
System.Object
AbstractGroupFacetCollector.FacetEntry
Assembly: Lucene.Net.Grouping.dll
Syntax
public class FacetEntry : object
Constructors
Name | Description |
---|---|
FacetEntry(BytesRef, Int32) |
Properties
Name | Description |
---|---|
Count | Gets the count (number of groups) of this facet entry. |
Value | Gets the value of this facet entry |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() | |
ToString() |