dtSearch Text Retrieval Engine .NET interface

WordListBuilder.ListMatchingWords Method 

List all words in the index that match an expression

public int ListMatchingWords(
   string toMatch,
   int nLimit,
   SearchFlags searchFlags,
   int fuzziness
);

Parameters

toMatch
The expression to match
nLimit
Maximum number of words to find
searchFlags
Flags indicating how to match the words
fuzziness
If searchFlags includes dtsSearchFuzzy, use fuzziness to indicate the degree of fuzziness

Return Value

Number of words found.

See Also

WordListBuilder Class | dtSearch.Engine Namespace