diff --git a/apachesolr.install b/apachesolr.install
index f5d5596..2a3f58f 100644
--- a/apachesolr.install
+++ b/apachesolr.install
@@ -897,3 +897,11 @@ function apachesolr_update_7015() {
 function apachesolr_update_7016() {
   variable_del('apachesolr_update_from_6303');
 }
+
+
+/**
+ * Set module weight
+ */
+function apachesolr_update_7018() {
+  db_query("UPDATE {system} SET weight = 10 WHERE name = 'apachesolr'");
+}
\ No newline at end of file
