Skip to content

Commit

Permalink
Reload analyzers on delete 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jul 7, 2023
1 parent 37272d5 commit 2bbb667
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ public void deleteSynonymsSet(String synonymSetId, ActionListener<SynonymsReload
);
return;
}
reloadAnalyzers(synonymSetId, deleteRulesListener, AcknowledgedResponse.of(true));
}));
}));
}
Expand Down

0 comments on commit 2bbb667

Please sign in to comment.