[ object, uuid(697DF02C-B24E-11D3-B57C-00105AA461D0), dual, helpstring("IWordListBuilder Interface"), pointer_default(unique) ]
interface IWordListBuilder : IDispatch;Builds a scrolling list of indexed words that you can update as a user types in a search request.
For an example of what this looks like, see the Search dialog box in dtSearch Desktop. For sample code, see the SearchRequest_Change method of the dtdemo.vbp sample application in the examples\vbasic directory.
Use the NewWordListBuilder method of the Server (IServer) object to create a new WordListBuilder object.
|
Method |
Description |
|
Close the index that was opened by OpenIndex. | |
|
Get the text of a word in the word list. | |
|
Get the number of times this word occurs in the index | |
|
Get the number of documents in which this word occurs | |
|
If the dtsWlbListFields flag was set in ListMatchingWords, you can call GetNthWordField to get the field in which a word occurred | |
|
List all fields in the index | |
|
List all words in the index that match toMatch, using the specified searchFlags and fuzziness, up to nLimit words. Returns the number of words found | |
|
Updates the word list with a new cursor word, which is the word in the middle of the list. Range is the number of words surrounding the cursor word | |
|
Open the index at IndexPath and return 0 if the index was opened successfully, or non-zero if the index could not be opened. |
|
Property |
Description |
|
Number of words in the list |
|
Property |
|
read only |
|
Method |
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|