Property Item
Item[Int32]
Returns the stored fields of the n
th
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 IsDeleted(Int32) with the requested document ID to verify the document is not deleted.
Declaration
public Document this[int doc] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc |
Property Value
Type | Description |
---|---|
Document |