On 9/14/06, Tim Archambault <[EMAIL PROTECTED]> wrote:
My index seems to be duplicating all records on insert even though I have my add statements set to not allow duplicates.
How did you verify this? When you do a search on id:obituaries_ do you get more than a single result?
<add allowDups="false" overwriteCommitted="true" overwritePending="true">
These options are the default... you shouldn't need to provide them. Try removing the options on the outside chance an option-parsing bug was introduced at some point. -Yonik