|
Classes |
struct | MergeFile |
Functions |
void | copy_region (indri::file::File &out, indri::file::File &in, UINT64 position, UINT64 length) |
void | merge_sorted_runs (indri::file::File &out, std::vector< std::string > &inputs, int totalDocuments) |
int | sort_comparator (const void *one, const void *two) |
void | sort_run (indri::file::File &out, indri::file::File &in, size_t memory) |
void | sort_file (indri::file::File &out, indri::file::File &in, size_t memory, int totalDocuments) |
void | convert_intscore_to_long_binary (indri::file::File &outfile, const char *infile) |
void | convert_docnoscore_to_binary (indri::file::File &outfile, const std::string &infile, indri::api::QueryEnvironment &env) |
void | invert_map (std::map< int, double > &out, const std::map< double, int > &in) |
void | compress_file (indri::file::File &out, indri::file::File &in, const std::map< double, int > &values) |
bool | extract_compression_table (std::map< double, int > &values, indri::file::File &in) |
void | install_prior (const std::string &indexPath, const std::string &priorName, indri::file::File &priorFile) |
int | main (int argc, char **argv) |