简体   繁体   中英

Apache Solr , How to move index data to different cluster

We are having two solr cluster but only one is active at a time. If we move the Index data to different cluster with same collection name.

Would that work instead of re-indexing the data alltogether.

Regards.

With a standalone Solr it works fine if you copy the index data along with the configuration.

We have used it before several times to either archive data or move to different nodes.

There are better ways though, for example using the ReplicationHandler but that has a bit more complexity: https://lucene.apache.org/solr/guide/6_6/index-replication.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM