Thanks Mike, the XPP update request handler seems to work properly, although from recent discussions, I believe it will be removed before 1.3 is released, so I suppose the STAX handler will need to be fixed before then.
On 7/5/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
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