The FieldDoc type exposes the following members.

Constructors

  NameDescription
Public methodFieldDoc(Int32, Single)
Expert: Creates one of these objects with empty sort information.
Public methodFieldDoc(Int32, Single, array<IComparable>[]()[][])
Expert: Creates one of these objects with the given sort information.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ScoreDoc..::..ToString()()()().)

Fields

  NameDescription
Public fielddoc
Expert: A hit document's number.
(Inherited from ScoreDoc.)
Public fieldfields
Expert: 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.
Public fieldscore
Expert: The score of this document for the query.
(Inherited from ScoreDoc.)

See Also