Re: indexing data and deleting from index and database

2008-11-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
The JdbcDataSource can run any query even updates and deletes On Thu, Nov 13, 2008 at 9:27 AM, Noble Paul നോബിള്‍ नोब्ळ् <[EMAIL PROTECTED]> wrote: > DIH can delete rows from the index. look at the 'deletedPkQuery' option . > http://wiki.apache.org/solr/DataImportHandler#head-70d3fdda52de9ee4fdb54

Re: indexing data and deleting from index and database

2008-11-12 Thread Noble Paul നോബിള്‍ नोब्ळ्
DIH can delete rows from the index. look at the 'deletedPkQuery' option . http://wiki.apache.org/solr/DataImportHandler#head-70d3fdda52de9ee4fdb54e1c6f84199f0e1caa76 Deleting from the DB is not possible for DIH . but you can write a transformer or Entityprocessor which can do that. On Wed, Nov 12

Re: indexing data and deleting from index and database

2008-11-12 Thread Daniel Gimenez
Hi! I have a similar problem but I don't have the solution for now. I will send my progress. Marc Sturlese wrote: > > Hey there, > Since few weeks ago I am trying to migrate my lucene core app to Solr and > many questions are coming to my mind... > Before being in ApacheCon I thought that my L