Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsWordListBuilder::listMatchingWords Method
dtsWordListBuilder Class | dtsWordListBuilder Class | Example | Send Feedback

List all words matching an expression

void listMatchingWords(const char * toMatch, long maxWords, long searchFlags, long fuzziness);
Parameters
Parameters 
Description 
const char * toMatch 
The expression to match, which may include wildcards 
long maxWords 
Maximum number of words to include in the list 
long searchFlags 
SearchFlags values indicating how to match the words 
long fuzziness 
If searchFlags includes dtsSearchFuzzy, the level of fuzziness 
Remarks

toMatch can include a field name to limit the search to words in a particular field.

Example

name::abc* would match any word beginning with abc in the name field.

Class
Links
You are here: C++ API > Classes > dtsWordListBuilder Class > dtsWordListBuilder::listMatchingWords Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.