Re: duplicating all records added to index

2006-09-14 Thread Chris Hostetter
, 14 Sep 2006 13:40:56 -0400 : From: Tim Archambault <[EMAIL PROTECTED]> : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: duplicating all records added to index : : Thanks Yonick. I should not have sent the example code as I later changed : the "

Re: duplicating all records added to index

2006-09-14 Thread Tim Archambault
Thanks Yonick. I should not have sent the example code as I later changed the "obituaries_" issue. I deleted the whole index folder and started over and made sure the pk from the obits table was included in all obituary_#pk# from the database and still got dupes. I also searched to see if I had m

Re: duplicating all records added to index

2006-09-14 Thread Yonik Seeley
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? These option

Re: duplicating all records added to index

2006-09-14 Thread Tim Archambault
absolutely. On 9/14/06, Chris Hostetter <[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. : > : > I've provided a samle xml file of add docs. Anyone experienced this? Is your "id" field

Re: duplicating all records added to index

2006-09-14 Thread Chris Hostetter
: > My index seems to be duplicating all records on insert even though I have : > my add statements set to not allow duplicates. : > : > I've provided a samle xml file of add docs. Anyone experienced this? Is your "id" field listed as the in your schema.xml? -Hoss

Re: duplicating all records added to index

2006-09-13 Thread Tim Archambault
In the example I sent the "id" field is not unique, but I've long since corrected that and still getting duplication. FYI 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 duplicat