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
: 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
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