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
|
Improve this Doc
View Source
FacetEntry(BytesRef, Int32)
Declaration
public FacetEntry(BytesRef value, int count)
Parameters
Type |
Name |
Description |
BytesRef |
value |
|
System.Int32 |
count |
|
Properties
|
Improve this Doc
View Source
Count
Gets the count (number of groups) of this facet entry.
Declaration
public virtual int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Value
Gets the value of this facet entry
Declaration
public virtual BytesRef Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|