RE: DIH import and postImportDeleteQuery

2011-05-25 Thread Dyer, James
2:34 PM To: solr-user@lucene.apache.org Subject: Re: DIH import and postImportDeleteQuery Hi James, Thanks for the heads up! I am currently on version 1.4.1, so I can apply this patch and see if it works. Just need to assess if it's best to apply the patch or to check on the backend system

Re: DIH import and postImportDeleteQuery

2011-05-25 Thread Alexandre Rocco
> > The jira ticket is here: https://issues.apache.org/jira/browse/SOLR-2492 > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Alexandre Rocco [mailto:alel...@gmail.com] > Sent: Wednesday, May 2

RE: DIH import and postImportDeleteQuery

2011-05-25 Thread Dyer, James
er@lucene.apache.org Subject: Re: DIH import and postImportDeleteQuery Hi Ephraim, Thank you so much for the input. I was able to find your thread on the archives and got your solution to work. In fact, when using $deleteDocById and $skipDoc it worked like a charm. This feature is very useful, it

Re: DIH import and postImportDeleteQuery

2011-05-25 Thread Alexandre Rocco
Tuesday, May 24, 2011 11:24 PM > To: solr-user@lucene.apache.org > Subject: DIH import and postImportDeleteQuery > > Guys, > > I am facing a situation in one of our projects that I need to perform a > cleanup to remove some documents after we perform an update via DIH. > The big issue

RE: DIH import and postImportDeleteQuery

2011-05-25 Thread Ephraim Ofir
solr-user@lucene.apache.org Subject: DIH import and postImportDeleteQuery Guys, I am facing a situation in one of our projects that I need to perform a cleanup to remove some documents after we perform an update via DIH. The big issue right now comes from the fact that when we call the DIH with c

DIH import and postImportDeleteQuery

2011-05-24 Thread Alexandre Rocco
Guys, I am facing a situation in one of our projects that I need to perform a cleanup to remove some documents after we perform an update via DIH. The big issue right now comes from the fact that when we call the DIH with clean=false, the postImportDeleteQuery is not executed. My setup is current