Avoid standard deletes when reindexing if the index is empty

Created on 25 July 2024, 9 months ago
Updated 9 August 2024, 8 months ago

If a processor decides not to index an item, for example the entity status processor, a delete is issued on the backend during indexing.
In my current case, where only 3 of 8 languages should be indexed, a lot of delete commands get sent to Solr.
This is how it is implemented in Search API, ut if the index is empty before the indexing starts, that additional load should be avoided!

Feature request
Status

Fixed

Version

4.0

Component

Code

Created by

🇩🇪Germany mkalkbrenner 🇩🇪

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024