|
Functions |
| std::string | _buildCachedURL (int docno) |
| int | indrisoap__doRunQueryRequest (struct soap *soap, struct indrisoap__QueryRequest request, struct indrisoap__doRunQueryResponse &response) |
| int | indrisoap__doAddDocument (struct soap *soap, xsd__string doc, xsd__string fileClass, struct MetadataPairArray meta, struct indrisoap__doAddDocumentResponse &response) |
| int | indrisoap__doDeleteDocument (struct soap *soap, xsd__int doc, struct indrisoap__doDeleteDocumentResponse &response) |
| void | _buildDocumentVector (struct soap *soap, indri::api::DocumentVector *source, struct indrisoap__DocumentVector *target) |
| void | _buildDocumentVectorsResponse (struct soap *soap, std::vector< indri::api::DocumentVector * > _results, struct DocumentVectorArray &response) |
| int | indrisoap__doDocumentVectors (struct soap *soap, struct intArray ids, struct DocumentVectorArray &response) |
| int | soap_encode_string (const char *s, char *t, size_t len) |
| const char * | soap_decode_string (char *buf, size_t len, const char *val) |
| char * | query (struct soap *soap) |
| char * | query_key (struct soap *soap, char **s) |
| char * | query_val (struct soap *soap, char **s) |
| int | http_get (struct soap *soap) |
| void * | process_request (struct soap *soap) |
| void | handler (int signo) |
| int | main (int argc, char **argv) |
Variables |
| indri::api::QueryEnvironment | queryEnv |
| indri::api::IndexEnvironment * | indexEnv = NULL |
| bool | readWrite |
| char | hostname [255] |
| int | port |
| volatile sig_atomic_t | gotsig = 0 |