Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri::lang::IndexTerm Class Reference

#include <QuerySpec.hpp>

Inheritance diagram for indri::lang::IndexTerm:

indri::lang::RawExtentNode indri::lang::Node List of all members.

Public Member Functions

 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
UINT64 hashCode () const
void pack (Packer &packer)
void walk (Walker &walker)
Nodecopy (Copier &copier)

Private Attributes

std::string _text
bool _stemmed

Constructor & Destructor Documentation

indri::lang::IndexTerm::IndexTerm const std::string &  text,
bool  stemmed = false
[inline]
 

indri::lang::IndexTerm::IndexTerm Unpacker unpacker  )  [inline]
 


Member Function Documentation

Node* indri::lang::IndexTerm::copy Copier copier  )  [inline, virtual]
 

Implements indri::lang::Node.

bool indri::lang::IndexTerm::getStemmed  )  const [inline]
 

const std::string& indri::lang::IndexTerm::getText  )  [inline]
 

UINT64 indri::lang::IndexTerm::hashCode  )  const [inline, virtual]
 

Implements indri::lang::Node.

bool indri::lang::IndexTerm::operator== Node node  )  [inline, virtual]
 

Reimplemented from indri::lang::Node.

void indri::lang::IndexTerm::pack Packer packer  )  [inline, virtual]
 

Implements indri::lang::Node.

std::string indri::lang::IndexTerm::queryText  )  const [inline, virtual]
 

Implements indri::lang::Node.

void indri::lang::IndexTerm::setStemmed bool  stemmed  )  [inline]
 

std::string indri::lang::IndexTerm::typeName  )  const [inline, virtual]
 

Reimplemented from indri::lang::Node.

void indri::lang::IndexTerm::walk Walker walker  )  [inline, virtual]
 

Implements indri::lang::Node.


Member Data Documentation

bool indri::lang::IndexTerm::_stemmed [private]
 

std::string indri::lang::IndexTerm::_text [private]
 


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:02 2010 for Lemur by doxygen 1.3.4