On Mon, Sep 15, 2008 at 1:02 PM, rameshgalla <[EMAIL PROTECTED]>wrote:

>
> Is it possible to schedule indexing with solr DataImportHandler?
>
> eg: I want to do delta import automatically everyday at 12AM like that.....


Only through external means. Create a cron job that uses wget to hit the
delta-import command URL.

Is it possible to initiate delta import automatically whenever there is a
> modification in
> database?


No. DataImportHandler cannot know when the data has changed. You must
achieve this through your application.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to