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

indri::infnet::FieldBetweenNode Class Reference

#include <FieldBetweenNode.hpp>

Inheritance diagram for indri::infnet::FieldBetweenNode:

indri::infnet::ListIteratorNode indri::infnet::InferenceNetworkNode List of all members.

Public Member Functions

 FieldBetweenNode (const std::string &name, class FieldIteratorNode *iterator, INT64 low, INT64 high)
void prepare (lemur::api::DOCID_T documentID)
 sets up as much as we can with just the document ID

indri::utility::greedy_vector<
indri::index::Extent > & 
extents ()
 returns a list of intervals describing positions of children

lemur::api::DOCID_T nextCandidateDocument ()
void indexChanged (indri::index::Index &index)
const std::string & getName () const
void annotate (class Annotator &annotator, lemur::api::DOCID_T documentID, indri::index::Extent &extent)
 annotate any results from this node from position begin to position end


Private Attributes

FieldIteratorNode_field
indri::utility::greedy_vector<
indri::index::Extent
_extents
INT64 _low
INT64 _high
std::string _name

Constructor & Destructor Documentation

indri::infnet::FieldBetweenNode::FieldBetweenNode const std::string &  name,
class FieldIteratorNode iterator,
INT64  low,
INT64  high
 


Member Function Documentation

void indri::infnet::FieldBetweenNode::annotate class Annotator annotator,
lemur::api::DOCID_T  documentID,
indri::index::Extent extent
[virtual]
 

annotate any results from this node from position begin to position end

Implements indri::infnet::ListIteratorNode.

indri::utility::greedy_vector< indri::index::Extent > & indri::infnet::FieldBetweenNode::extents  )  [virtual]
 

returns a list of intervals describing positions of children

Implements indri::infnet::ListIteratorNode.

const std::string & indri::infnet::FieldBetweenNode::getName  )  const [virtual]
 

Implements indri::infnet::InferenceNetworkNode.

void indri::infnet::FieldBetweenNode::indexChanged indri::index::Index index  )  [virtual]
 

Implements indri::infnet::InferenceNetworkNode.

lemur::api::DOCID_T indri::infnet::FieldBetweenNode::nextCandidateDocument  )  [virtual]
 

Implements indri::infnet::InferenceNetworkNode.

void indri::infnet::FieldBetweenNode::prepare lemur::api::DOCID_T  documentID  )  [virtual]
 

sets up as much as we can with just the document ID

Implements indri::infnet::ListIteratorNode.


Member Data Documentation

indri::utility::greedy_vector<indri::index::Extent> indri::infnet::FieldBetweenNode::_extents [private]
 

class FieldIteratorNode* indri::infnet::FieldBetweenNode::_field [private]
 

INT64 indri::infnet::FieldBetweenNode::_high [private]
 

INT64 indri::infnet::FieldBetweenNode::_low [private]
 

std::string indri::infnet::FieldBetweenNode::_name [private]
 


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