On 4-Jul-07, at 7:07 PM, Tristan Vittorio wrote:
I'm experiencing a similar problem, posting the same xml data file to solr results in duplicate documents, despite the fact that I explicitly set "<add allowDups="false">" and can't find anything wrong in my schema.xml config(still have "<uniqueKey>id</uniqueKey>").
You can fix this temporary by adding:<requestHandler name="/update" class="solr.XppUpdateRequestHandler" />
to your solrconfig.xml. -Mike