mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
fix error on stop words fst
This commit is contained in:
committed by
qdequele
parent
38d57d213f
commit
6f534540a6
@ -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(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user