#include <WordResults.h>
Definition at line 25 of file WordResults.h.
Public Member Functions | |
int | Close () |
int | Count (unsigned int &count) const |
int | Exists (const WordKey &key) const |
int | Filled () const |
int | Get (WordMatches *matches, unsigned int length, unsigned int position) const |
int | GetContext (String &context_in) const |
int | GetMatchesTotal (unsigned int &matches_total) const |
int | KeySemantic (const WordKeySemantic &nkey_semantic) |
int | Open (char *name) |
int | Put (const WordMatch &match, unsigned int position) |
int | PutContext (const String &context_out) |
int | PutMatchesTotal (unsigned int matches_total) |
int | UniqExists (const WordKey &key) const |
void | Verbose (int nverbose) |
WordResults (WordContext *ncontext) | |
~WordResults () | |
Private Attributes | |
WordContext * | context |
DB_ENV * | dbenv |
int | document_length |
int | document_offset |
DB * | info |
DBC * | info_cursor |
WordKeySemantic | key_semantic |
char * | name |
DB * | ranked |
DBC * | ranked_cursor |
DB * | sorted |
DBC * | sorted_cursor |
DB * | uniq |
DBC * | uniq_cursor |
int | uniq_offset |
DB * | variables |
DBC * | variables_cursor |
int | verbose |