Overload List

  NameDescription
Public methodDocument(Int32)
Returns the stored fields of the
CopyC#
n
th
CopyC#
Document
in this index.

NOTE: for performance reasons, this method does not check if the requested document is deleted, and therefore asking for a deleted document may yield unspecified results. Usually this is not required, however you can call {@link #IsDeleted(int)} with the requested document ID to verify the document is not deleted.

(Inherited from IndexReader.)
Public methodDocument(Int32, FieldSelector) (Overrides IndexReader..::..Document(Int32, FieldSelector).)

See Also