mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix error on stop words fst
This commit is contained in:
parent
38d57d213f
commit
6f534540a6
3 changed files with 4 additions and 8 deletions
|
@ -197,8 +197,6 @@ pub fn apply_stop_words_update(
|
|||
)?;
|
||||
}
|
||||
|
||||
main_store.put_stop_words(writer, stop_words)?;
|
||||
|
||||
Ok(must_reindex)
|
||||
}
|
||||
|
||||
|
@ -341,7 +339,6 @@ pub fn apply_synonyms_update(
|
|||
.unwrap();
|
||||
|
||||
main_store.put_synonyms_fst(writer, &synonyms_set)?;
|
||||
main_store.put_synonyms(writer, synonyms)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue