--- apachesolr/apachesolr.module	2009-01-08 23:32:13.000000000 +0100
+++ apachesolr.module	2009-01-09 15:04:34.000000000 +0100
@@ -156,6 +156,7 @@ function apachesolr_requirements($phase)
 function apachesolr_index_page() {
   try {
     $solr = apachesolr_get_solr();
+    $solr->clearCache();
      // Note: we use 2 since 1 fails on Ubuntu Hardy.
     $data = $solr->getLuke(2);
   }
