Apache Lucene.Net 2.4.0 Class Library API

FieldDoc Fields

The fields of the FieldDoc class are listed below. For a complete list of FieldDoc class members, see the FieldDoc Members topic.

Public Instance Fields

doc (inherited from ScoreDoc)Expert: A hit document's number.
fieldsExpert: The values which are used to sort the referenced document. The order of these will match the original sort criteria given by a Sort object. Each object will be either an Integer, Float or String, depending on the type of values in the terms of the original field.
score (inherited from ScoreDoc)Expert: The score of this document for the query.

See Also

FieldDoc Class | Lucene.Net.Search Namespace | ScoreDoc | TopFieldDocs