See Also
WordListBuilder Methods
|
WordListBuilder Class
|
WordListBuilder Members
|
dtSearch.Engine Namespace
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
WordListBuilder Class
>
WordListBuilder Methods
>
ListMatchingWords Method
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
WordListBuilder.ListMatchingWords Method
List all words in the index that match an expression
C#
public
int
ListMatchingWords
(
string
toMatch
,
int
nLimit
,
SearchFlags
searchFlags
,
int
fuzziness
);
Parameters
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
Returns
Number of words found.
See Also
WordListBuilder Methods
|
WordListBuilder Class
|
WordListBuilder Members
|
dtSearch.Engine Namespace