dtSearch Text Retrieval Engine .NET interface

WordListBuilder.GetNthWordCount Method 

Get the number of times this word occurs in the index

public int GetNthWordCount(
   int whichWord
);

Parameters

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

Return Value

Number of times this word was found in all documents in this index

See Also

WordListBuilder Class | dtSearch.Engine Namespace