24template <
typename index_t>
28 cereal::BinaryInputArchive iarchive{is};
35template <
typename index_t>
36void load_index(index_t & index, search_arguments
const & arguments,
size_t const part)
40 arguments.load_index_timer.start();
41 detail::load_index(index, index_file);
42 arguments.load_index_timer.stop();
45template <
typename index_t>
46void load_index(index_t & index, search_arguments
const & arguments)
48 arguments.load_index_timer.start();
49 detail::load_index(index, arguments.index_file);
50 arguments.load_index_timer.stop();
Provides raptor::raptor_index.
Provides raptor::search_arguments.