solr Data Import Handlers for MongoDB

前端 未结 3 1259
既然无缘
既然无缘 2020-12-16 01:34

I am working on a project where we have millions of entries stored in MongoDB database and, i want to index all this data using SOLR.

After extensive Searching i cam

3条回答
  •  萌比男神i
    2020-12-16 02:04

    I have created a plugin to allow you to load data from MongoDb using the Solr data import handler.

    Check it out at:

    https://github.com/james75/SolrMongoImporter

提交回复
热议问题