Expose the new indexer

This commit is contained in:
Clément Renault 2024-09-02 15:21:59 +02:00
parent ab01679a8f
commit 9b7858fb90
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -18,7 +18,7 @@ pub(crate) mod del_add;
pub(crate) mod facet;
mod index_documents;
mod indexer_config;
mod new;
pub mod new;
mod settings;
mod update_step;
mod word_prefix_docids;