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

NetworkServerProxy Class Reference

#include <NetworkServerProxy.hpp>

Inheritance diagram for NetworkServerProxy:

QueryServer List of all members.

Public Methods

 NetworkServerProxy (NetworkMessageStream *stream)
QueryServerResponserunQuery (std::vector< indri::lang::Node * > &roots, int resultsRequested, bool optimize)
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

NetworkServerProxy::NetworkServerProxy NetworkMessageStream   stream
 


Member Function Documentation

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

Implements QueryServer.

INT64 NetworkServerProxy::documentCount   [virtual]
 

Implements QueryServer.

int NetworkServerProxy::documentLength int    documentID [virtual]
 

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

INT64 NetworkServerProxy::termCount int    term [virtual]
 

Implements QueryServer.

INT64 NetworkServerProxy::termCount   [virtual]
 

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.

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

Implements QueryServer.


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