mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Do not "upgrade" regnerate fragments to regenerate prompt
This commit is contained in:
parent
2b2e6c0b3a
commit
119d618a76
1 changed files with 0 additions and 3 deletions
|
@ -1679,9 +1679,6 @@ impl InnerIndexSettingsDiff {
|
|||
|
||||
// fixup reindex to make sure we regenerate all fragments
|
||||
*reindex = match reindex.take() {
|
||||
Some(ReindexAction::RegenerateFragments(_)) => {
|
||||
Some(ReindexAction::RegeneratePrompts)
|
||||
}
|
||||
Some(reindex) => Some(reindex), // We are at least regenerating prompts
|
||||
None => {
|
||||
if write_back.is_none() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue