Re: DataImportHandler delta-import confusion

2010-02-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
noble.p...@gmail.com [noble.p...@gmail.com] On Behalf Of Noble Paul > നോബിള്‍  नोब्ळ् [noble.p...@corp.aol.com] > Sent: Tuesday, February 02, 2010 2:12 AM > To: solr-user@lucene.apache.org > Subject: Re: DataImportHandler delta-import confusion > > try > deltaImportQ

RE: DataImportHandler delta-import confusion

2010-02-02 Thread Leann Pereira
@lucene.apache.org Subject: Re: DataImportHandler delta-import confusion try deltaImportQuery="select [bunch of stuff] WHERE m.moment_id = '${dataimporter.delta.moment_id}'" The key has to be same and in the same case On Tue, Feb 2, 2010 at 1:45 AM, Jon Drukman wrote: > Firs

Re: DataImportHandler delta-import confusion

2010-02-02 Thread Noble Paul നോബിള്‍ नोब्ळ्
try deltaImportQuery="select [bunch of stuff] WHERE m.moment_id = '${dataimporter.delta.moment_id}'" The key has to be same and in the same case On Tue, Feb 2, 2010 at 1:45 AM, Jon Drukman wrote: > First, let me just say that DataImportHandler is fantastic. It got my old > mysql-php-xml index

DataImportHandler delta-import confusion

2010-02-01 Thread Jon Drukman
First, let me just say that DataImportHandler is fantastic. It got my old mysql-php-xml index rebuild process down from 30 hours to 6 minutes. I'm trying to use the delta-import functionality now but failing miserably. Here's my entity tag: (some SELECT statements reduced to increase readabil