I have a site that utilizes the main/delta indexing scheme for sphinx. main gets rebuilt daily, delta is rebuilt every 5 minutes. This works well for indexing newly submitted items.
The problem is, items needed to be dropped from the index just as frequently as they are added, and typically the dropped items are older, so they already reside in the main index. So after item is deleted, they still appear in the search results for up to 24 hours (until 1am when main is rebuilt).
How can I solve this issue?