Could I add a boolean field to my database data called something like "updated" and if it is true (which it would be for updated or added records) reindex it in my delta index? The reason I ask is that I believe my index for updated records would be in my main and delta indexes.
Edit: Looks like I could do this if I had a killlist that used this boolean on my main index?