#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::IndexTerm:
Public Methods | |
IndexTerm (const std::string &text, bool stemmed=false) | |
IndexTerm (Unpacker &unpacker) | |
const std::string & | getText () |
bool | operator== (Node &node) |
std::string | typeName () const |
std::string | queryText () const |
void | setStemmed (bool stemmed) |
bool | getStemmed () const |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
Node * | copy (Copier &copier) |
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |