IXE::Lexicon::Cursor Class Reference
List of all members.
Public Member Functions |
| Cursor (Lexicon *l, int index=0) |
bool | atEnd () const |
bool | hasNext () const |
LexEntry const * | next () |
LexEntry const * | previous () |
char const * | next (char const *minWord) |
char const * | previous (char const *maxWord) |
long | get () |
void | set (long index) |
void | reset () |
LexEntry const * | operator* () |
LexEntry const * | operator[] (int i) |
char const * | word () |
| Get the current word.
|
PostingList | postingList () |
| Get the PostingList for the current word.
|
void | postingList (PostingList &) |
The documentation for this class was generated from the following files:
- search/ixe/Common/lexicon.h
- search/ixe/Common/lexicon.cpp