Unique id field support in Solr

2006-04-09 Thread Ken Krugler
Hi all, Is there any way to explicitly add a record using Solr, such that the add will fail if a record already exists with the same value in the unique ID field (as specified by the schema's uniqueKey field)? I can of course do a pre-flight query to see if a record with the same unique id e

Re: Unique id field support in Solr

2006-04-09 Thread Chris Hostetter
: Is there any way to explicitly add a record using Solr, such that the : add will fail if a record already exists with the same value in the : unique ID field (as specified by the schema's uniqueKey field)? I was going to say should do what you want, http://wiki.apache.org/solr/UpdateXmlMessa