Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsWordListBuilder Class
Classes | Legend | Members | Methods | getWord Method | Send Feedback

Generates a list of words matching an expression, or surrounding a word in the index.

Class Hierarchy
class dtsWordListBuilder;
File

dts_wlb.h

Remarks

The Search dialog box in dtSearch Desktop displays a scrolling list of indexed words that updates continuously as the user enters a search request. This scrolling list provides instant feedback on whether or not a word is in the index and how many times it occurs. To add this feature in your application, use a dtsWordListBuilder object to create the list of words to display. 

dtsWordListBuilder object wraps the API that provides this feature. It can also be used to list documents, words, or fields in an index.

Group
Methods
Method 
Description 
Close the currently-open index 
Create a dtsWordListBuilder 
Returns the number of items in the list 
Get the name of the field a word occurs in. 
This is the overview for the getWord method overload. 
List all fields in the index 
List all words matching an expression 
List aRange words around cursorWord in the index. 
Open an index 
Legend
 
Method 
Links
You are here: C++ API > Classes > dtsWordListBuilder Class
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.