Re: Duplicate documents being added even with unique key

2012-05-21 Thread Parmeley, Michael
y away from a tokenized (text) > key. > > You could also get duplicates by merging cores or if your "add" has > allowDups = "true" or overwrite="false". > > -- Jack Krupansky > > -Original Message- > From: Parmeley, Michael >

Re: Duplicate documents being added even with unique key

2012-05-18 Thread Jack Krupansky
Message- From: Parmeley, Michael Sent: Friday, May 18, 2012 5:50 PM To: solr-user@lucene.apache.org Subject: Duplicate documents being added even with unique key I have a uniquekey set in my schema; however, I am still getting duplicated documents added. Can anyone provide any in

Re: Duplicate documents being added even with unique key

2012-05-18 Thread Erik Hatcher
Your unique key field should be of type "string" not a tokenized type. Erik On May 18, 2012, at 17:50, "Parmeley, Michael" wrote: > I have a uniquekey set in my schema; however, I am still getting duplicated > documents added. Can anyone provide any insight into why this may be > happenin

Duplicate documents being added even with unique key

2012-05-18 Thread Parmeley, Michael
I have a uniquekey set in my schema; however, I am still getting duplicated documents added. Can anyone provide any insight into why this may be happening? This is in my schema.xml: uniquekey On startup I get this message in catalina.out: INFO: unique key field: uniquekey However, you