GetFoundDocument

SearchResult.GetFoundDocument method

Gets the found document by index.

public FoundDocument GetFoundDocument(int index)
Parameter Type Description
index Int32 The index of a found document.

Return Value

The found document.

See Also