Re: Unique id field support in Solr

2006-04-10 Thread Yonik Seeley
On 4/10/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : 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 over

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

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