Thanks for the clarification. Let me re-state this and see if I got it right.
1> if you never do any deletions (or recalculate your "special records" after deletion/optimization), this could work as-is. 2> the safe way to do this would be to find the miniminum doc ID for the start date, the maximum doc ID for the end date and make the filter by flipping all the bits in the filter in between. Assuming that you indexed in date-sorted order in the first place. There really can't be anything in the system to do anything like this for you since it relies on the meta-data that the mails were indexed in some specific order. I actually like the second, it's less prone for getting out of whack..... Thanks for the Erick