The following tables list the members exposed by WordListBuilder.
Public Method |
Description |
Close the index. | |
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 | |
Get field associated with a word | |
List all field values in the index that match an expression | |
List all fields in the index | |
List all words in the index that match an expression | |
List words surrounding cursorWord in the index | |
Open the index at IndexPath and return true if the index was opened successfully | |
Open the index at IndexPath and return true if the index was opened successfully, using the provided indexCache. | |
Sort the word list by document count or term | |
Return Type: void | |
Return Type: void hBuilder: void* | |
Return Type: void hBuilder: void* | |
Return Type: int hBuilder: void* | |
Return Type: void hBuilder: void* iWord: int buf: char* bufSize: int | |
Return Type: int hBuilder: void* | |
Return Type: int hBuilder: void* | |
Return Type: void hBuilder: void* iWord: int buf: char* bufSize: int pCount: int* pDocCount: int* | |
Return Type: void hBuilder: void* fieldName: char* word: char* maxCount: int | |
Return Type: void hBuilder: void* maxCount: int | |
Return Type: void hBuilder: void* toMatch: char* maxCount: int searchFlags: int fuzziness: int | |
Return Type: void hBuilder: void* cursorWord: char* aRange: int | |
Return Type: int hBuilder: void* indexPath: char* | |
Return Type: void hBuilder: void* wordListBuilderFlags: int | |
Return Type: void hBuilder: void* hFilter: void* | |
Return Type: boolean hBuilder: void* flags: int |
Public Property |
Description |
Number of words in the list | |
Flags from the WordListBuilderFlags enumeration to control the behavior of the WordListBuilder | |
Zero if the last operation succeeded, or an ErrorCodes value if the last operation failed |
Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.
|