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 Gili Nachum <gi...@gmail.com> on 2015/09/30 15:59:58 UTC

MongoDB to Solr connector - anyone done it?

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).