#include <inverted_index_core.h>
Public Member Functions | |
| IndexEngineSet (Config::Document &doc_config) | |
| bool | open (std::string storage_dir, db_flags_t open_params) |
| bool | close (void) |
| void | flush (const std::string &index_to, const TermBufferSet &term_buffer_set) |
| bool | exist (const std::string &index_to) |
| IndexEngine | get (const std::string &index_to) |
1.4.7