mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Use Charabia in milli
This commit is contained in:
parent
192e024ada
commit
86ac8568e6
7 changed files with 127 additions and 202 deletions
|
@ -21,7 +21,7 @@ pub use filter_parser::{Condition, FilterCondition};
|
|||
use fxhash::{FxHasher32, FxHasher64};
|
||||
pub use grenad::CompressionType;
|
||||
use serde_json::{Map, Value};
|
||||
pub use {heed, meilisearch_tokenizer as tokenizer};
|
||||
pub use {charabia as tokenizer, heed};
|
||||
|
||||
pub use self::asc_desc::{AscDesc, AscDescError, Member, SortError};
|
||||
pub use self::criterion::{default_criteria, Criterion, CriterionError};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue