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

Public Member Functions | |
| CachedFrequencyScorerNode (indri::lang::Node *raw, indri::lang::Node *context) | |
| CachedFrequencyScorerNode (Unpacker &unpacker) | |
| void | setList (void *list) |
| void * | getList () |
| std::string | typeName () const |
| std::string | queryText () const |
| UINT64 | hashCode () const |
| void | setSmoothing (const std::string &smoothing) |
| const std::string & | getSmoothing () const |
| indri::lang::Node * | getRaw () |
| indri::lang::Node * | getContext () |
| void | pack (Packer &packer) |
| void | walk (Walker &walker) |
| indri::lang::Node * | copy (Copier &copier) |
Private Attributes | |
| indri::lang::Node * | _raw |
| indri::lang::Node * | _context |
| std::string | _smoothing |
| void * | _list |
|
||||||||||||
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4