#include <QueryAnnotation.hpp>
Public Member Functions | |
QueryAnnotation () | |
QueryAnnotation (indri::lang::Node *queryRoot, indri::infnet::EvaluatorNode::MResults &annotations, std::vector< indri::api::ScoredExtentResult > &results) | |
~QueryAnnotation () | |
const QueryAnnotationNode * | getQueryTree () const |
const std::map< std::string, std::vector< indri::api::ScoredExtentResult > > & | getAnnotations () const |
const std::vector< indri::api::ScoredExtentResult > & | getResults () const |
Private Attributes | |
QueryAnnotationNode * | _queryTree |
indri::infnet::EvaluatorNode::MResults | _annotations |
std::vector< indri::api::ScoredExtentResult > | _results |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|