Is it possible to update one node by one in SOLRCluster so you after update of SOLR schema you will not have to reindex all nodes at once and have downtime of search?
Current SolrCluster configuration
So basically can I:
- Put one node into recovering mode
- Update this node
- Update schema.xml
- Reindex Node
- Bring this node as Leader
- Put another node into recovery mode
- Update this node too and launch it
Or I didn't get something?