Re: dataimporthandler and expungeDeletes=false

2010-02-18 Thread Jorg Heymans
I found the error. The uniqueKey definition in schema.xml was not set to the primary key field/column as returned by the deletedPkQuery. Jorg On Wed, Feb 17, 2010 at 11:38 AM, Jorg Heymans jorg.heym...@gmail.comwrote: Looking closer at the documentation, it appears that expungeDeletes in fact

Re: dataimporthandler and expungeDeletes=false

2010-02-17 Thread Jorg Heymans
Looking closer at the documentation, it appears that expungeDeletes in fact has nothing to do with 'removing deleted documents from the index' as i thought before: http://wiki.apache.org/solr/UpdateXmlMessages#Optional_attributes_for_.22commit.22_and_.22optimize.22 expungeDeletes = true | false

dataimporthandler and expungeDeletes=false

2010-02-16 Thread Jorg Heymans
Hi, Can anybody tell me if [1] still applies as of version trunk 03/02/2010 ? I am removing documents from my index using deletedPkQuery and a deltaimport. I can tell from the logs that the removal seems to be working: 16-Feb-2010 15:32:54 org.apache.solr.handler.dataimport.DocBuilder