Class AbstractGroupFacetCollector.FacetEntry
Represents a facet entry with a value and a count.
Inheritance
System.Object
AbstractGroupFacetCollector.FacetEntry
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Search.Grouping
Assembly: Lucene.Net.Grouping.dll
Syntax
public class FacetEntry
Constructors
| Improve this Doc View SourceFacetEntry(BytesRef, Int32)
Declaration
public FacetEntry(BytesRef value, int count)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | value | |
System.Int32 | count |
Properties
| Improve this Doc View SourceCount
Gets the count (number of groups) of this facet entry.
Declaration
public virtual int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Gets the value of this facet entry
Declaration
public virtual BytesRef Value { get; }
Property Value
Type | Description |
---|---|
BytesRef |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()