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 | List of all members
Lucene.Net.Search.FieldValueHitQueue.Entry Class Reference

Inherits Lucene.Net.Search.ScoreDoc.

Public Member Functions

override System.String ToString ()
 
- Public Member Functions inherited from Lucene.Net.Search.ScoreDoc
 ScoreDoc (int doc, float score)
 Expert: Constructs a ScoreDoc.
 
override System.String ToString ()
 

Additional Inherited Members

- Properties inherited from Lucene.Net.Search.ScoreDoc
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

Definition at line 37 of file FieldValueHitQueue.cs.

Member Function Documentation

override System.String Lucene.Net.Search.FieldValueHitQueue.Entry.ToString ( )

Definition at line 48 of file FieldValueHitQueue.cs.


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