mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Work in progress: It seems like we support synonyms, split and concat words
This commit is contained in:
@ -18,6 +18,10 @@ pub mod serde;
|
||||
pub mod store;
|
||||
mod update;
|
||||
|
||||
// TODO replace
|
||||
mod bucket_sort;
|
||||
mod criterion2;
|
||||
|
||||
pub use self::database::{BoxUpdateFn, Database, MainT, UpdateT};
|
||||
pub use self::error::{Error, MResult};
|
||||
pub use self::number::{Number, ParseNumberError};
|
||||
|
Reference in New Issue
Block a user