#include <FieldIteratorNode.hpp>
Inheritance diagram for indri::infnet::FieldIteratorNode:

Public Member Functions | |
| FieldIteratorNode (const std::string &name, class InferenceNetwork &network, int fieldID) | |
| void | prepare (lemur::api::DOCID_T documentID) |
| sets up as much as we can with just the document ID | |
| const indri::utility::greedy_vector< indri::index::Extent > & | extents () |
| returns a list of intervals describing positions of children | |
| const indri::utility::greedy_vector< INT64 > & | numbers () |
| 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 | |
| indri::index::DocExtentListIterator * | _list |
| int | _listID |
| indri::utility::greedy_vector< indri::index::Extent > | _extents |
| indri::utility::greedy_vector< INT64 > | _numbers |
| InferenceNetwork & | _network |
| std::string | _name |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
annotate any results from this node from position begin to position end
Implements indri::infnet::ListIteratorNode. |
|
|
returns a list of intervals describing positions of children
Implements indri::infnet::ListIteratorNode. |
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
Implements indri::infnet::InferenceNetworkNode. |
|
|
|
|
|
sets up as much as we can with just the document ID
Implements indri::infnet::ListIteratorNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4