#include "indri/Parameters.hpp"
#include "indri/IndexEnvironment.hpp"
#include <time.h>
#include "indri/Path.hpp"
#include "Exception.hpp"
#include "indri/FileTreeIterator.hpp"
#include <vector>
#include <map>
#include "indri/IndriTimer.hpp"
Compounds | |
class | StatusMonitor |
Functions | |
void | buildindex_start_time () |
void | buildindex_print_status (const char *status, int count) |
void | buildindex_print_status (const char *status, int count, const char *status2, INT64 count2) |
void | buildindex_flush_status () |
void | buildindex_print_event (const char *event) |
void | buildindex_print_event (std::string event) |
bool | copy_parameters_to_string_vector (std::vector< std::string > &vec, Parameters p, const std::string ¶meterName, const std::string *subName=0) |
void | require_parameter (const char *name, Parameters &p) |
int | main (int argc, char *argv[]) |
Variables | |
IndriTimer | g_timer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|