#include <termgenerator_internal.h>
Inheritance diagram for Xapian::TermGenerator::Internal:
Public Member Functions | |
Internal () | |
void | index_text (Utf8Iterator itor, termcount weight, const std::string &prefix, bool with_positions) |
Private Attributes | |
Stem | stemmer |
const Stopper * | stopper |
Document | doc |
termcount | termpos |
TermGenerator::flags | flags |
WritableDatabase | db |
Friends | |
class | TermGenerator |
Definition at line 34 of file termgenerator_internal.h.
Xapian::TermGenerator::Internal::Internal | ( | ) | [inline] |
Definition at line 44 of file termgenerator_internal.h.
void Xapian::TermGenerator::Internal::index_text | ( | Utf8Iterator | itor, | |
termcount | weight, | |||
const std::string & | prefix, | |||
bool | with_positions | |||
) |
friend class TermGenerator [friend] |
Definition at line 35 of file termgenerator_internal.h.
Stem Xapian::TermGenerator::Internal::stemmer [private] |
Definition at line 36 of file termgenerator_internal.h.
const Stopper* Xapian::TermGenerator::Internal::stopper [private] |
Definition at line 37 of file termgenerator_internal.h.
Document Xapian::TermGenerator::Internal::doc [private] |
Definition at line 38 of file termgenerator_internal.h.
Definition at line 39 of file termgenerator_internal.h.
Definition at line 40 of file termgenerator_internal.h.
Definition at line 41 of file termgenerator_internal.h.