One shard replication

Hi guys --

I have a small index (around 200K documents) which I want my application to query as a whole locally (no shards). The data is re-index daily by a single machine. How do I set it up to replicate to 3 or more servers so that each server gets the complete index?

Thanks!