mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix schema & fix tests
This commit is contained in:
parent
116a637cfd
commit
ae0a11e422
3 changed files with 22 additions and 6 deletions
|
@ -44,8 +44,6 @@ pub fn apply_settings_update(
|
|||
}
|
||||
};
|
||||
|
||||
println!("settings: {:?}", settings);
|
||||
|
||||
match settings.ranking_rules {
|
||||
UpdateState::Update(v) => {
|
||||
index.main.put_ranking_rules(writer, v)?;
|
||||
|
@ -126,8 +124,6 @@ pub fn apply_settings_update(
|
|||
|
||||
index.main.put_schema(writer, &schema)?;
|
||||
|
||||
println!("schema: {:?}", schema);
|
||||
|
||||
match settings.stop_words {
|
||||
UpdateState::Update(stop_words) => {
|
||||
if apply_stop_words_update(writer, index, stop_words)? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue