On Tue, Nov 9, 2010 at 10:16 PM, Tri Nguyen <tringuye...@yahoo.com> wrote:
> Hi,
>
> Can I configure solr to schedule imports at a specified time (say once a day,
> once an hour, etc)?
>
> Also, does solr have some sort of heartbeat mechanism?
>
> Thanks,
>
> Tri

Tri,

If you use the DataImportHandler (DIH), you can set up a
dataimport.properties file that can be configured to import on
intervals.

http://wiki.apache.org/solr/DataImportHandler#dataimport.properties_example

As for "heartbeat", you can use the ping handler (default is
/admin/ping) to check the status of the servlet.

- Ken

Reply via email to