|
xapian-core
1.4.29
|
#include <termgenerator_internal.h>
Inheritance diagram for Xapian::TermGenerator::Internal:
Collaboration diagram for Xapian::TermGenerator::Internal:Public Member Functions | |
| Internal () | |
| void | index_text (Utf8Iterator itor, termcount weight, const std::string &prefix, bool with_positions) |
Public Member Functions inherited from Xapian::Internal::intrusive_base | |
| intrusive_base () | |
| Construct with no references. More... | |
Private Attributes | |
| Stem | stemmer |
| stem_strategy | strategy |
| Xapian::Internal::opt_intrusive_ptr< const Stopper > | stopper |
| stop_strategy | stop_mode |
| Document | doc |
| termpos | cur_pos |
| TermGenerator::flags | flags |
| unsigned | max_word_length |
| WritableDatabase | db |
Friends | |
| class | TermGenerator |
Additional Inherited Members | |
Public Attributes inherited from Xapian::Internal::intrusive_base | |
| unsigned | _refs |
| Reference count. More... | |
Definition at line 35 of file termgenerator_internal.h.
|
inline |
Definition at line 48 of file termgenerator_internal.h.
References index_text().
| void Xapian::TermGenerator::Internal::index_text | ( | Utf8Iterator | itor, |
| termcount | weight, | ||
| const std::string & | prefix, | ||
| bool | with_positions | ||
| ) |
Definition at line 251 of file termgenerator_internal.cc.
References is_ngram_enabled(), Xapian::Stem::is_none(), Xapian::parse_terms(), rare, should_stem(), and stemmer.
Referenced by Internal().
|
friend |
Definition at line 36 of file termgenerator_internal.h.
|
private |
Definition at line 42 of file termgenerator_internal.h.
|
private |
Definition at line 45 of file termgenerator_internal.h.
|
private |
Definition at line 41 of file termgenerator_internal.h.
|
private |
Definition at line 43 of file termgenerator_internal.h.
|
private |
Definition at line 44 of file termgenerator_internal.h.
|
private |
Definition at line 37 of file termgenerator_internal.h.
|
private |
Definition at line 40 of file termgenerator_internal.h.
|
private |
Definition at line 39 of file termgenerator_internal.h.
|
private |
Definition at line 38 of file termgenerator_internal.h.