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

Public Methods | |
| RawScorerNode (RawExtentNode *raw, RawExtentNode *context, std::string smoothing="method:dirichlet, mu:2500") | |
| RawScorerNode (Unpacker &unpacker) | |
| 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) |
| void | setStatistics (UINT64 occurrences, UINT64 contextSize, UINT64 maxOccurrences, UINT64 minContextLength, UINT64 maxContextLength, double maxContextFraction) |
| void | setContext (RawExtentNode *context) |
| void | setRawExtent (RawExtentNode *rawExtent) |
| void | setSmoothing (const std::string &smoothing) |
| RawExtentNode * | getContext () |
| RawExtentNode * | getRawExtent () |
| 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