Remove the serde ExtractDocumentId struct

This commit is contained in:
Kerollmops
2020-05-18 13:19:19 +02:00
parent 2558ce9a00
commit 25b3c9a057
8 changed files with 47 additions and 635 deletions

View File

@ -18,7 +18,7 @@ mod query_words_mapper;
mod ranked_map;
mod raw_document;
mod reordered_attrs;
mod update;
pub mod update;
pub mod criterion;
pub mod facets;
pub mod raw_indexer;