1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search
  6. /
  7. Index
  8. /
  9. GetIndexedDocument

GetIndexedDocument

Index.GetIndexedDocument method

Gets an indexed document by document key.

public DocumentInfo GetIndexedDocument(string documentKey)
Parameter Type Description
documentKey String The document key.

Return Value

The indexed document.

See Also