Move to heed 0.1.0

This commit is contained in:
Clément Renault 2019-10-21 12:05:53 +02:00
parent 6c9a238973
commit 78535b3e33
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
23 changed files with 132 additions and 176 deletions

View file

@ -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,