#include <LocalQueryServer.hpp>
Inheritance diagram for LocalQueryServer:
Public Methods | |
LocalQueryServer (Repository &repository) | |
QueryServerResponse * | runQuery (std::vector< indri::lang::Node * > &roots, int resultsRequested, bool optimize) |
ParsedDocument * | document (int documentID) |
std::string | documentMetadatum (int documentID, const std::string &attributeName) |
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. |