Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Search.ScoreDoc Class Reference

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.
 

Detailed Description

Expert: Returned by low-level search implementations.

See Also
TopDocs

Definition at line 27 of file ScoreDoc.cs.

Constructor & Destructor Documentation

Lucene.Net.Search.ScoreDoc.ScoreDoc ( int  doc,
float  score 
)

Expert: Constructs a ScoreDoc.

Definition at line 38 of file ScoreDoc.cs.

Member Function Documentation

override System.String Lucene.Net.Search.ScoreDoc.ToString ( )

Definition at line 45 of file ScoreDoc.cs.

Property Documentation

int Lucene.Net.Search.ScoreDoc.Doc
getset

Expert: A hit document's number.

See Also
Searcher.Doc(int)

Definition at line 35 of file ScoreDoc.cs.

float Lucene.Net.Search.ScoreDoc.Score
getset

Expert: The score of this document for the query.

Definition at line 30 of file ScoreDoc.cs.


The documentation for this class was generated from the following file: