I need to import data from one Solr instance to another instance Full data and index import.
I have searched and spend some times in google but I did not find proper solution. This link has similar question but i could not find the proper answer.
I am new to Solr hope I will be some help.
I Have one live running instance running in remote box I need to have similar data set in another data. So I am thinking full data import should be possible.
My question here is :
- Does existing Solr support full data set import or any tools? or
- I need write some custom data handler for this purpose?
Thanks in advance for any kind of help or information.
This is possible from my research I see. You can use data import handlers to pull data from one SOLR instance into other, however having said that, it would be only able to index the fields that are stored in Source Index.
for More Details you can read the following Blog: http://blog.trifork.com/2011/11/08/importing-data-from-another-solr/
using the XPathEntityProcessor in Data import Handler