Hi,
Can we have different indexes with different number of shards within the same setup? like index1 with 5 shards, index2 with 3 shards etc ?
On a separate note, can a node have different shards from different indexes living on it?
for example
node1 having index1shard1, indes2sshard1 and
node2 having index1sshard2, index2shard2?
Thanks