GetIndexedDocuments

Searcher.GetIndexedDocuments method

Gets an array of all indexed documents.

public NetworkDocumentInfo[] GetIndexedDocuments(int shardIndex)
Parameter Type Description
shardIndex Int32 The shard index.

Return Value

An array of all indexed documents.

See Also