Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

LocalQueryServer Class Reference

#include <LocalQueryServer.hpp>

Inheritance diagram for LocalQueryServer:

QueryServer List of all members.

Public Methods

 LocalQueryServer (Repository &repository)
QueryServerResponserunQuery (std::vector< indri::lang::Node * > &roots, int resultsRequested, bool optimize)
ParsedDocumentdocument (int documentID)
std::string documentMetadatum (int documentID, const std::string &attributeName)
QueryServerDocumentsResponsedocuments (const std::vector< int > &documentIDs)
QueryServerMetadataResponsedocumentMetadata (const std::vector< int > &documentIDs, const std::string &attributeName)
INT64 termCount ()
INT64 termCount (int term)
INT64 termCount (const std::string &term)
INT64 stemCount (const std::string &stem)
std::string termName (int term)
int termID (const std::string &term)
std::vector< std::string > fieldList ()
INT64 termFieldCount (int term, const std::string &field)
INT64 termFieldCount (const std::string &term, const std::string &field)
INT64 stemFieldCount (const std::string &stem, const std::string &field)
int documentLength (int documentID)
INT64 documentCount ()
INT64 documentCount (const std::string &term)
QueryServerVectorsResponsedocumentVectors (const std::vector< int > &documentIDs)

Constructor & Destructor Documentation

LocalQueryServer::LocalQueryServer Repository   repository
 


Member Function Documentation

ParsedDocument * LocalQueryServer::document int    documentID
 

INT64 LocalQueryServer::documentCount const std::string &    term [virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::documentCount   [virtual]
 

Implements QueryServer.

int LocalQueryServer::documentLength int    documentID [virtual]
 

Implements QueryServer.

QueryServerMetadataResponse * LocalQueryServer::documentMetadata const std::vector< int > &    documentIDs,
const std::string &    attributeName
[virtual]
 

Implements QueryServer.

std::string LocalQueryServer::documentMetadatum int    documentID,
const std::string &    attributeName
 

QueryServerDocumentsResponse * LocalQueryServer::documents const std::vector< int > &    documentIDs [virtual]
 

Implements QueryServer.

QueryServerVectorsResponse * LocalQueryServer::documentVectors const std::vector< int > &    documentIDs [virtual]
 

Implements QueryServer.

std::vector< std::string > LocalQueryServer::fieldList   [virtual]
 

Implements QueryServer.

QueryServerResponse * LocalQueryServer::runQuery std::vector< indri::lang::Node * > &    roots,
int    resultsRequested,
bool    optimize
[virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::stemCount const std::string &    stem [virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::stemFieldCount const std::string &    stem,
const std::string &    field
[virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::termCount const std::string &    term [virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::termCount int    term [virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::termCount   [virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::termFieldCount const std::string &    term,
const std::string &    field
[virtual]
 

Implements QueryServer.

INT64 LocalQueryServer::termFieldCount int    term,
const std::string &    field
[virtual]
 

Implements QueryServer.

int LocalQueryServer::termID const std::string &    term [virtual]
 

Implements QueryServer.

std::string LocalQueryServer::termName int    term [virtual]
 

Implements QueryServer.


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:45 2004 for Lemur Toolkit by doxygen1.2.18