C# Class ScrewTurn.Wiki.SearchEngine.IndexStorerResult

Contains the results of an index storer operation.
ファイルを表示 Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
IndexStorerResult ( uint documentId, List wordIds ) : System

Initializes a new instance of the T:IndexStorerResult class.

Method Details

IndexStorerResult() public method

Initializes a new instance of the T:IndexStorerResult class.
public IndexStorerResult ( uint documentId, List wordIds ) : System
documentId uint The ID of the document just stored, if any.
wordIds List The IDs of the words just stored, if any.
return System