feat: Index and store/serialize attributes while creating the update

This commit is contained in:
Clément Renault
2018-12-07 11:32:27 +01:00
parent 442834c28f
commit 731ed11153
7 changed files with 240 additions and 216 deletions

View File

@ -2,7 +2,6 @@ pub mod automaton;
pub mod blob;
pub mod database;
pub mod data;
pub mod retrieve;
pub mod index;
pub mod rank;
pub mod tokenizer;