You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Fiz Newyorker <fi...@gmail.com> on 2017/12/11 20:33:34 UTC

Incremental Indexing on Solr 6.5.

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