|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Expert: Returned by low-level search implementations. More...
Inherited by Lucene.Net.Search.FieldDoc, and Lucene.Net.Search.FieldValueHitQueue.Entry.
Public Member Functions | |
| ScoreDoc (int doc, float score) | |
| Expert: Constructs a ScoreDoc. | |
| override System.String | ToString () |
Properties | |
| float | Score [get, set] |
| Expert: The score of this document for the query. | |
| int | Doc [get, set] |
| Expert: A hit document's number. | |
Expert: Returned by low-level search implementations.
Definition at line 27 of file ScoreDoc.cs.
| Lucene.Net.Search.ScoreDoc.ScoreDoc | ( | int | doc, |
| float | score | ||
| ) |
Expert: Constructs a ScoreDoc.
Definition at line 38 of file ScoreDoc.cs.
| override System.String Lucene.Net.Search.ScoreDoc.ToString | ( | ) |
Definition at line 45 of file ScoreDoc.cs.
|
getset |
Expert: A hit document's number.
Definition at line 35 of file ScoreDoc.cs.
|
getset |
Expert: The score of this document for the query.
Definition at line 30 of file ScoreDoc.cs.
1.8.3