Make the transform struct return diff-based documents obkvs

This commit is contained in:
ManyTheFish 2023-10-12 11:46:56 +02:00 committed by Louis Dureuil
parent f5ef69293b
commit 1dd97578a8
No known key found for this signature in database
5 changed files with 349 additions and 95 deletions

View file

@ -21,6 +21,7 @@ pub use self::words_prefixes_fst::WordsPrefixesFst;
mod available_documents_ids;
mod clear_documents;
pub(crate) mod del_add;
mod delete_documents;
pub(crate) mod facet;
mod index_documents;