#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::TermFrequencyScorerNode:

Public Methods | |
| TermFrequencyScorerNode (const std::string &text, bool stemmed) | |
| TermFrequencyScorerNode (Unpacker &unpacker) | |
| const std::string & | getText () const |
| bool | getStemmed () const |
| std::string | typeName () const |
| std::string | queryText () const |
| UINT64 | getOccurrences () const |
| UINT64 | getContextSize () const |
| const std::string & | getSmoothing () const |
| UINT64 | getMaxContextLength () const |
| UINT64 | getMinContextLength () const |
| UINT64 | getMaxOccurrences () const |
| double | getMaxContextFraction () const |
| void | setStatistics (UINT64 occurrences, UINT64 contextSize, UINT64 maxOccurrences, UINT64 minContextLength, UINT64 maxContextLength, double maxContextFraction) |
| void | setSmoothing (const std::string &smoothing) |
| void | pack (Packer &packer) |
| void | walk (Walker &walker) |
| Node * | copy (Copier &copier) |
|
||||||||||||
|
|
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements indri::lang::Node. |
|
|
Implements indri::lang::Node. |
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
Reimplemented from indri::lang::Node. |
|
|
Implements indri::lang::Node. |
1.2.18