#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::FixedPassage:
Public Member Functions | |
FixedPassage (Unpacker &unpacker) | |
FixedPassage (ScoredExtentNode *child, int windowSize, int increment) | |
std::string | typeName () const |
std::string | queryText () const |
UINT64 | hashCode () const |
ScoredExtentNode * | getChild () |
int | getWindowSize () |
int | getIncrement () |
void | setChild (ScoredExtentNode *child) |
void | setWindowSize (int windowSize) |
void | setIncrement (int increment) |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
Node * | copy (Copier &copier) |
Private Attributes | |
ScoredExtentNode * | _child |
int | _windowSize |
int | _increment |
|
|
|
|
|
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. |
|
|
|
|
|
|