The following tables list the members exposed by WordListBuilder.
Public Methods
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 | |
Sort the word list by document count or term |
Public Properties
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 |
See Also