8 AM, Lance Norskog <[EMAIL PROTECTED]>
>>>> wrote:
>>>>> Does the DIH delta feature rewrite the delta-import file for each set
>>>>> of
>>>>> rows? If it does not, that sounds like a bug/enhancement.
>>>>> Lance
>
t does not, that sounds like a bug/enhancement.
>>>> Lance
>>>>
>>>> -Original Message-
>>>> From: Noble Paul നോബിള് नोब्ळ् [mailto:[EMAIL PROTECTED]
>>>> Sent: Tuesday, December 02, 2008 8:51 AM
>>>> To:
---
>>> From: Noble Paul നോബിള് नोब्ळ् [mailto:[EMAIL PROTECTED]
>>> Sent: Tuesday, December 02, 2008 8:51 AM
>>> To: solr-user@lucene.apache.org
>>> Subject: Re: DataImportHandler: Deleteing from index and db; lastIndexed
>>> id feature
>>>
>&g
e-
>> From: Noble Paul നോബിള് नोब्ळ् [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, December 02, 2008 8:51 AM
>> To: solr-user@lucene.apache.org
>> Subject: Re: DataImportHandler: Deleteing from index and db; lastIndexed
>> id feature
>>
>> You can write th
From: Noble Paul നോബിള് नोब्ळ् [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 02, 2008 8:51 AM
> To: solr-user@lucene.apache.org
> Subject: Re: DataImportHandler: Deleteing from index and db; lastIndexed id
> feature
>
> You can write the details to a file using a Transfor
Subject: Re: DataImportHandler: Deleteing from index and db; lastIndexed id
feature
You can write the details to a file using a Transformer itself.
It is wise to stick to the public API as far as possible. We will maintain back
compat and your code will be usable w/ newer versions.
On Tue
You can write the details to a file using a Transformer itself.
It is wise to stick to the public API as far as possible. We will
maintain back compat and your code will be usable w/ newer versions.
On Tue, Dec 2, 2008 at 5:12 PM, Marc Sturlese <[EMAIL PROTECTED]> wrote:
>
> Thanks I really apre
Thanks I really apreciate your help.
I didn't explain myself so well in here:
> 2.-This is probably my most difficult goal.
> Deltaimport reads a timestamp from the dataimport.properties and
> modify/add
> all documents from db wich were inserted after that date. What I want is
> to
> be able to
On Tue, Dec 2, 2008 at 3:01 PM, Marc Sturlese <[EMAIL PROTECTED]> wrote:
>
> Hey there,
>
> I have my dataimporthanlder almost completely configured. I am missing three
> goals. I don't think I can reach them just via xml conf or transformer and
> sqlEntitProcessor plugin. But need to be sure of th