See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
WordListBuilder::ListMatchingWords Method

List all words in the index that match an expression

C#
public long ListMatchingWords(ref String toMatch, long nLimit, SearchFlags searchFlags, long fuzziness);
Visual Basic
Public Function ListMatchingWords(ByRef toMatch As String, nLimit As long, searchFlags As SearchFlags, fuzziness As long) As long
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
You are here: dtSearch::Engine Namespace > WordListBuilder Class > WordListBuilder Methods > ListMatchingWords Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.