Hi Team, I am working on Solr 6.5 and indexing data from MongoDB 3.2.5. I want to the best practices to implement incremental indexing.
Like . Every 30 mins the Updated the Data in Mongo DB needs to indexed on Solr. How to implement this. ? How would Solr know whenever there is an update on Mongodb ? Indexing should run automatically. Right now I am doing indexing manually. Thanks Fiz Ahmed