dtSearch Text Retrieval Engine .NET interface

WordListBuilder.GetNthWordDocCount Method 

Get the number of documents in which this word occurs

public int GetNthWordDocCount(
   int whichWord
);

Parameters

whichWord
Number from 0 to Count-1 indicating which word to get

Return Value

Number of documents in which this word occurs.

See Also

WordListBuilder Class | dtSearch.Engine Namespace