Hi

You could use Java timer. Trigger your DB import, every X minute. Another
option, You may aware when your DB is updated. When ever DB gets changed,
trigger the request to index the new added data.

Regards
Aditya
www.findbestopensource.com



On Thu, Jul 25, 2013 at 11:42 AM, archit2112 <archit2...@gmail.com> wrote:

> Hi Im using Solr 4's Data Import Utility to index Oracle 10g XE database.
> Im
> using full imports as well as delta imports. I want these processes to be
> automatic. (Eg: The import processes can be timed or should be executed as
> soon any data in the database is modified). I searched for the same online
> and I heard people talk about CRON and scripts. However, Im not able to
> figure out how to implement it. Can you please provide a tutorial like
> explanation? Thanks in advance
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Auto-Indexing-in-Solr-tp4080233.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to