#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::TermFrequencyScorerNode:
Public Member Functions | |
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 | hashCode () const |
double | getOccurrences () const |
double | getContextSize () const |
int | getDocumentOccurrences () const |
int | getDocumentCount () const |
const std::string & | getSmoothing () const |
void | setStatistics (double occurrences, double contextSize, int documentOccurrences, int documentCount) |
void | setSmoothing (const std::string &smoothing) |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
Node * | copy (Copier &copier) |
Private Attributes | |
double | _occurrences |
double | _contextSize |
int | _documentOccurrences |
int | _documentCount |
std::string | _text |
std::string | _smoothing |
bool | _stemmed |
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|