Re: preImportDeleteQuery

2009-05-08 Thread wojtekpia
om 1.3 to trunk. Thanks! Noble Paul നോബിള്‍ नोब्ळ्-2 wrote: > > are you doing a full-import or a delta-import? > > for delta-import there is an option of deletedPkQuery which should > meet your needs > > -- View this message in context: http://www.nabble.com/preImportDelet

Re: preImportDeleteQuery

2009-05-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
e the full-import command to update my index (with > clean=false). Everything works fine, except that I can't delete documents > easily using the DIH. I noticed the preImportDeleteQuery attribute, but > doesn't seem to do what I'm looking for. I'm looking to do so

Re: preImportDeleteQuery

2009-05-07 Thread Martin Davidsson
the DIH. I noticed the preImportDeleteQuery attribute, but doesn't seem to do what I'm looking for. I'm looking to do something like: preImportDeleteQuery="ItemId={select ItemId from table where status='delete'}" http://issues.apache.org/jira/browse/SOLR-1

preImportDeleteQuery

2009-05-07 Thread wojtekpia
Hi, I'm importing data using the DIH. I manage all my data updates outside of Solr, so I use the full-import command to update my index (with clean=false). Everything works fine, except that I can't delete documents easily using the DIH. I noticed the preImportDeleteQuery attribute, b