ken = 0:0:0.404
>
>
>> From: noble.p...@corp.aol.com
>> Date: Thu, 3 Dec 2009 12:50:15 +0530
>> Subject: Re: no error delta fail with DataImportHandler
>> To: solr-user@lucene.apache.org
>>
>> the deltaQuery select 'product_id' and your deltaImport
noble.p...@corp.aol.com
> Date: Thu, 3 Dec 2009 12:50:15 +0530
> Subject: Re: no error delta fail with DataImportHandler
> To: solr-user@lucene.apache.org
>
> the deltaQuery select 'product_id' and your deltaImportQuery uses
> ${dataimporter.delta.id}
> I guess it should hav
the deltaQuery select 'product_id' and your deltaImportQuery uses
${dataimporter.delta.id}
I guess it should have been ${dataimporter.delta. product_id}
On Wed, Dec 2, 2009 at 11:52 PM, Thomas Woodard wrote:
>
> I'm trying to get delta indexing set up. My configuration allows a full index
> no p
I'm trying to get delta indexing set up. My configuration allows a full index
no problem, but when I create a test delta of a single record, the delta import
finds the record but then does nothing. I can only assume I have something
subtly wrong with my configuration, but according to the wiki,