Previous: WordListOne DESCRIPTION, Up: WordListOne


10.11.4 WordListOne METHODS

`WordListOne(WordContext* ncontext)'
Constructor. Build inverted index handling object using run time configuration parameters listed in the CONFIGURATION section of the WordList manual page.
`int DeleteCursor(WordDBCursor& cursor)'
Delete the inverted index entry currently pointed to by the cursor. Returns 0 on success, Berkeley DB error code on error. This is mainly useful when implementing a callback function for a WordCursor.