mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Move to heed 0.1.0
This commit is contained in:
parent
6c9a238973
commit
78535b3e33
23 changed files with 132 additions and 176 deletions
|
@ -23,7 +23,7 @@ pub struct AutomatonProducer {
|
|||
|
||||
impl AutomatonProducer {
|
||||
pub fn new(
|
||||
reader: &zlmdb::RoTxn,
|
||||
reader: &heed::RoTxn,
|
||||
query: &str,
|
||||
main_store: store::Main,
|
||||
synonyms_store: store::Synonyms,
|
||||
|
@ -103,7 +103,7 @@ pub fn normalize_str(string: &str) -> String {
|
|||
}
|
||||
|
||||
fn generate_automatons(
|
||||
reader: &zlmdb::RoTxn,
|
||||
reader: &heed::RoTxn,
|
||||
query: &str,
|
||||
main_store: store::Main,
|
||||
synonym_store: store::Synonyms,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue