Re: expungeDeletes on commit in Dataimport

2010-03-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Mar 25, 2010 at 10:14 PM, Ruben Chadien wrote: > Hi > > I know this has been discussed before, but is there any way do > expungeDeletes=true when the DataImportHandler does the commit. expungeDeletes= true is not used does not mean that the doc does not get deleted.deleteDocByQuery does

Re: expungeDeletes on commit in Dataimport

2010-03-25 Thread Lance Norskog
Oops- solrconfig.xml does not include an option for autocommit to use expungeDeletes. You will have to do a operation directly. On Thu, Mar 25, 2010 at 8:18 PM, Lance Norskog wrote: > You can do autoCommit in solrconfig.xml. This runs regular commits > independently of the DataImportHandler. > >

Re: expungeDeletes on commit in Dataimport

2010-03-25 Thread Lance Norskog
You can do autoCommit in solrconfig.xml. This runs regular commits independently of the DataImportHandler. On Thu, Mar 25, 2010 at 9:44 AM, Ruben Chadien wrote: > Hi > > I know this has been discussed before, but is there any way do > expungeDeletes=true when the DataImportHandler does the commi

expungeDeletes on commit in Dataimport

2010-03-25 Thread Ruben Chadien
Hi I know this has been discussed before, but is there any way do expungeDeletes=true when the DataImportHandler does the commit. I am using the deleteDocByQuery in a Transformer when doing a delta-import and as discussed before the documents are not deleted until restart. Also, how do i know i