#include <time.h>
#include "indri/QueryEnvironment.hpp"
#include "indri/LocalQueryServer.hpp"
#include "indri/delete_range.hpp"
#include "indri/NetworkStream.hpp"
#include "indri/NetworkMessageStream.hpp"
#include "indri/NetworkServerProxy.hpp"
#include "indri/ListIteratorNode.hpp"
#include "indri/ExtentInsideNode.hpp"
#include "indri/DocListIteratorNode.hpp"
#include "indri/FieldIteratorNode.hpp"
#include "indri/Parameters.hpp"
#include "indri/ParsedDocument.hpp"
#include "indri/Collection.hpp"
#include "indri/CompressedCollection.hpp"
#include "indri/TaggedDocumentIterator.hpp"
#include "indri/XMLNode.hpp"
#include "indri/QueryExpander.hpp"
#include "indri/RMExpander.hpp"
#include <sys/time.h>
Functions | |
void | open_indexes (Parameters ¶ms, QueryEnvironment &env) |
bool | copy_parameters_to_string_vector (std::vector< std::string > &vec, Parameters p, const std::string ¶meterName) |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|