I have set up a cluster to test with (Community Edition 5.1.1). When I first created the cluster all indeces were created on both servers. Now I have done some further tuning and improvements - but the new indeces seems to only be created on one of the nodes. I created them using the Query option on the admin console.
If I specify CREATE INDEX ... WITH {"num_replica":1} I get an error message stating that I can only specify this on Enterprise Editions. So question is: How do I get the indeces on both nodes? Am I just too impatient - or do I need to do something manually?