Apache Lucene.Net 2.4.0 Class Library API

FieldDoc Members

FieldDoc overview

Public Instance Constructors

FieldDoc Overloaded. Initializes a new instance of the FieldDoc class.

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.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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