11 #ifndef META_DISK_INDEX_H_
12 #define META_DISK_INDEX_H_
77 std::string
doc_name(doc_id d_id)
const;
83 std::string
doc_path(doc_id d_id)
const;
88 std::vector<doc_id>
docs()
const;
95 uint64_t
doc_size(doc_id d_id)
const;
102 class_label
label(doc_id d_id)
const;
108 label_id
lbl_id(doc_id d_id)
const;
114 label_id
id(class_label label)
const;
154 std::string
term_text(term_id t_id)
const;
167 disk_index(
const cpptoml::table& config,
const std::string& name);
Definition: analyzer.h:19