Class TopOrdAndSingleQueue.OrdAndValue
Holds a single entry.
Inheritance
System.Object
TopOrdAndSingleQueue.OrdAndValue
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public sealed class OrdAndValue : object
Constructors
Name | Description |
---|---|
OrdAndValue() | Default constructor. |
Properties
Name | Description |
---|---|
Ord | Ordinal of the entry. |
Value | Value associated with the ordinal. |