It doesn't matter which node you do it on. And, you can replace an
existing alias by just creating another one with the same name.
Upayavira
On Mon, Aug 31, 2015, at 02:04 PM, Bill Au wrote:
> Thank, Shawn. So I only need to issue the command to update the alias on
> one of the node in the SolrC
On 8/28/2015 8:25 AM, Shawn Heisey wrote:
> Instead, use collection aliasing. Create collections named something
> like foo_0 and foo_1, and update the alias "foo" to point to whichever
> of them is currently live. Your queries and update requests will never
> need to know about foo_0 and foo_1 ...
On 8/28/2015 8:10 AM, Bill Au wrote:
> Is core swapping supported in SolrCloud? If I have a 5 nodes SolrCloud
> cluster and I do a core swap on the leader, will the core be swapped on the
> other 4 nodes as well? Or do I need to do a core swap on each node?
When you're running SolrCloud, swappin
Is core swapping supported in SolrCloud? If I have a 5 nodes SolrCloud
cluster and I do a core swap on the leader, will the core be swapped on the
other 4 nodes as well? Or do I need to do a core swap on each node?
Bill