Elasticsearch configuration about initalizing shards

HI all,

is there is any option for setup start initalizing shards after specified percentage( or number) of nodes up in cluster in elasticsearch 1.3.7

anyone suggest me !!!

gateway.recover_after_nodes , see here:

https://www.elastic.co/guide/en/elasticsearch/reference/1.3/modules-gateway.html

thanks much @ywelsch

helps lot