Next: WordListOne METHODS, Previous: WordListOne SYNOPSIS, Up: WordListOne
WordList is the
mifluz
equivalent of a database handler. Each
WordList object is bound to an inverted index file and implements the
operations to create it, fill it with word occurrences and search
for an entry matching a given criterion.
The general behavious of WordListOne is described in the WordList
manual page. It is prefered to create a WordListOne instance by
setting the
wordlist_multi
configuration parameter to false
and calling the
WordContext::List
method.
Only the methods that differ from WordList are listed here. All the methods of WordList are implemented by WordListOne and you should refer to the manual page for more information.
The Cursor methods all return a WordCursorOne instance cast to a WordCursor object.