documentCount() | NetworkServerProxy | [virtual] |
documentCount(const std::string &term) | NetworkServerProxy | [virtual] |
documentLength(int documentID) | NetworkServerProxy | [virtual] |
documentMetadata(const std::vector< int > &documentIDs, const std::string &attributeName) | NetworkServerProxy | [virtual] |
documents(const std::vector< int > &documentIDs) | NetworkServerProxy | [virtual] |
documentVectors(const std::vector< int > &documentIDs) | NetworkServerProxy | [virtual] |
fieldList() | NetworkServerProxy | [virtual] |
NetworkServerProxy(NetworkMessageStream *stream) | NetworkServerProxy | |
runQuery(std::vector< indri::lang::Node * > &roots, int resultsRequested, bool optimize) | NetworkServerProxy | [virtual] |
stemCount(const std::string &stem) | NetworkServerProxy | [virtual] |
stemFieldCount(const std::string &stem, const std::string &field) | NetworkServerProxy | [virtual] |
termCount() | NetworkServerProxy | [virtual] |
termCount(int term) | NetworkServerProxy | [virtual] |
termCount(const std::string &term) | NetworkServerProxy | [virtual] |
termFieldCount(int term, const std::string &field) | NetworkServerProxy | [virtual] |
termFieldCount(const std::string &term, const std::string &field) | NetworkServerProxy | [virtual] |
termID(const std::string &term) | NetworkServerProxy | [virtual] |
termName(int term) | NetworkServerProxy | [virtual] |
~QueryServer() | QueryServer | [inline, virtual] |