Hi, Looking to learn from experience of others, what works best?
Looking for a production grade solution to efficiently push data of a multi-sharded Mongo to a multi-sharded Solr in a continues manner and in a one off fashion. Not having to write any code would be a nice bonus. What I found so far: Option1 -Mongo pushing to Solr with Mongo connector <http://blog.mongodb.org/post/29127828146/introducing-mongo-connector>, see: Blog1 <https://loutilities.wordpress.com/2012/11/26/complementing-mongodb-with-real-time-solr-search/> Option2 - Solr pulling from Solr with solr-mongodb-dih <https://github.com/hrishik/solr-mongodb-dih> (Data Input Handler extension).