public static void writeTo(IndexShardRoutingTable indexShard, StreamOutput out)
     throws IOException {
   out.writeString(indexShard.shardId().index().name());
   writeToThin(indexShard, out);
 }