Close
dtSearch .NET Standard API 2023.02
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
Description
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

Number of words found.