Hey All, I am new to Solr Area, and just started exploring it and done basic stuff, now I am stuck with logic :
How Solr Manages Connected Database Updates Scenario : -- Wrote one Indexing Program which runs on Tomcat , and by running this program, it reads data from connected MySql Database and then perform Indexing. Use Case - Database is not fixed, Its a data base for a web application, from where user keep on inserting data, so database have frequent updates. almost every minute. How automatically solr should grab those changes and perform Index updation ? Do I need to Write a Cron Job kind of stuff ? Or Use Data Import Handler ? (Several ways could be ?) Is there any one who can provide his comments or share his experience If some one gone though from similar situation ? Thanks, -Sumit