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