Refactor facet database tests

This commit is contained in:
Loïc Lecrenier 2022-09-06 11:52:57 +02:00 committed by Loïc Lecrenier
parent 9026867d17
commit b2f01ad204
28 changed files with 568 additions and 644 deletions

View file

@ -17,7 +17,7 @@ pub use self::words_prefixes_fst::WordsPrefixesFst;
mod available_documents_ids;
mod clear_documents;
mod delete_documents;
mod facet;
pub(crate) mod facet;
mod index_documents;
mod indexer_config;
mod prefix_word_pairs;