#include <NetworkServerProxy.hpp>
Inheritance diagram for NetworkServerProxy:
Public Methods | |
NetworkServerProxy (NetworkMessageStream *stream) | |
QueryServerResponse * | runQuery (std::vector< indri::lang::Node * > &roots, int resultsRequested, bool optimize) |
QueryServerDocumentsResponse * | documents (const std::vector< int > &documentIDs) |
QueryServerMetadataResponse * | documentMetadata (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) |
QueryServerVectorsResponse * | documentVectors (const std::vector< int > &documentIDs) |
|
|
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |
|
Implements QueryServer. |