Class FieldValueHitQueue.Entry
Inherited Members
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public class FieldValueHitQueue.Entry : ScoreDoc
Constructors
Entry(int, int, float)
Declaration
public Entry(int slot, int doc, float score)
Parameters
Type | Name | Description |
---|---|---|
int | slot | |
int | doc | |
float | score |
Properties
Slot
Declaration
public int Slot { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
ToString()
A convenience method for debugging.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |