Hello We have a solr cloud stored and indexed data of around 25 lakh documents We recently moved to solr 5.4.1 but are unable to move our indexed data. What approach we should follow
1. data import handler works in solr cloud ? what should we give in url like url="http://192.168.34.218:8080/solr/client_sku_shard1_replica3" , this will have shard name, so all documents won't be imported 2. direct copying of index will work ? There are some schema changes like from solr.Int to solr.TrieInt etc 3. write code to fetch from solr 4.10.2 and push into 5.4.1 this is time consuming, though can be improved by using multithreading Thanks neeraj