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

indri::infnet::NullScorerNode Class Reference

#include <NullScorerNode.hpp>

Inheritance diagram for indri::infnet::NullScorerNode:

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

Public Member Functions

 NullScorerNode (const std::string &name, indri::query::TermScoreFunction &scoreFunction)
void indexChanged (indri::index::Index &index)
lemur::api::DOCID_T nextCandidateDocument ()
double maximumScore ()
double maximumBackgroundScore ()
bool hasMatch (lemur::api::DOCID_T documentID)
const indri::utility::greedy_vector<
bool > & 
hasMatch (lemur::api::DOCID_T documentID, const indri::utility::greedy_vector< indri::index::Extent > &extents)
const indri::utility::greedy_vector<
indri::api::ScoredExtentResult > & 
score (lemur::api::DOCID_T documentID, indri::index::Extent &extent, int documentLength)
void annotate (class Annotator &annotator, lemur::api::DOCID_T documentID, indri::index::Extent &extent)
const std::string & getName () const

Private Attributes

indri::query::TermScoreFunction_scoreFunction
indri::utility::greedy_vector<
indri::api::ScoredExtentResult
_scores
indri::utility::greedy_vector<
bool > 
_matches
std::string _name
double _maximumBackgroundScore
double _maximumScore

Constructor & Destructor Documentation

indri::infnet::NullScorerNode::NullScorerNode const std::string &  name,
indri::query::TermScoreFunction scoreFunction
 


Member Function Documentation

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

Implements indri::infnet::BeliefNode.

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

Implements indri::infnet::InferenceNetworkNode.

const indri::utility::greedy_vector< bool > & indri::infnet::NullScorerNode::hasMatch lemur::api::DOCID_T  documentID,
const indri::utility::greedy_vector< indri::index::Extent > &  extents
[virtual]
 

Implements indri::infnet::BeliefNode.

bool indri::infnet::NullScorerNode::hasMatch lemur::api::DOCID_T  documentID  )  [virtual]
 

Implements indri::infnet::BeliefNode.

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

Implements indri::infnet::InferenceNetworkNode.

double indri::infnet::NullScorerNode::maximumBackgroundScore  )  [virtual]
 

Implements indri::infnet::BeliefNode.

double indri::infnet::NullScorerNode::maximumScore  )  [virtual]
 

Implements indri::infnet::BeliefNode.

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

Implements indri::infnet::InferenceNetworkNode.

const indri::utility::greedy_vector< indri::api::ScoredExtentResult > & indri::infnet::NullScorerNode::score lemur::api::DOCID_T  documentID,
indri::index::Extent extent,
int  documentLength
[virtual]
 

Implements indri::infnet::BeliefNode.


Member Data Documentation

indri::utility::greedy_vector<bool> indri::infnet::NullScorerNode::_matches [private]
 

double indri::infnet::NullScorerNode::_maximumBackgroundScore [private]
 

double indri::infnet::NullScorerNode::_maximumScore [private]
 

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

indri::query::TermScoreFunction& indri::infnet::NullScorerNode::_scoreFunction [private]
 

indri::utility::greedy_vector<indri::api::ScoredExtentResult> indri::infnet::NullScorerNode::_scores [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