Generates a list of words matching an expression, or surrounding a word in the index.
class dtsWordListBuilder;
dts_wlb.h
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.
|
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 |
|
Method |
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|