#include <QueryServer.hpp>
Inheritance diagram for QueryServer:

Public Methods | |
| virtual | ~QueryServer () |
| virtual QueryServerResponse * | runQuery (std::vector< indri::lang::Node * > &roots, int resultsRequested, bool optimize)=0 |
| virtual QueryServerDocumentsResponse * | documents (const std::vector< int > &documentIDs)=0 |
| virtual QueryServerMetadataResponse * | documentMetadata (const std::vector< int > &documentIDs, const std::string &attributeName)=0 |
| virtual INT64 | termCount ()=0 |
| virtual INT64 | termCount (int term)=0 |
| virtual INT64 | termCount (const std::string &term)=0 |
| virtual INT64 | stemCount (const std::string &stem)=0 |
| virtual std::string | termName (int term)=0 |
| virtual int | termID (const std::string &term)=0 |
| virtual std::vector< std::string > | fieldList ()=0 |
| virtual INT64 | termFieldCount (int term, const std::string &field)=0 |
| virtual INT64 | termFieldCount (const std::string &term, const std::string &field)=0 |
| virtual INT64 | stemFieldCount (const std::string &stem, const std::string &field)=0 |
| virtual int | documentLength (int documentID)=0 |
| virtual INT64 | documentCount ()=0 |
| virtual INT64 | documentCount (const std::string &term)=0 |
| virtual QueryServerVectorsResponse * | documentVectors (const std::vector< int > &documentIDs)=0 |
|
|
|
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
||||||||||||
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
||||||||||||||||
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
||||||||||||
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
||||||||||||
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
||||||||||||
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
|
|
Implemented in LocalQueryServer, and NetworkServerProxy. |
1.2.18