Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.12.2.84
diff -u -p -r1.1.2.12.2.84 apachesolr.module
--- apachesolr.module	8 Jan 2009 22:32:13 -0000	1.1.2.12.2.84
+++ apachesolr.module	11 Jan 2009 02:48:44 -0000
@@ -156,7 +156,10 @@ function apachesolr_requirements($phase)
 function apachesolr_index_page() {
   try {
     $solr = apachesolr_get_solr();
-     // Note: we use 2 since 1 fails on Ubuntu Hardy.
+    // TODO: only clear this every page view if we are running
+    // multi-site.
+    $solr->clearCache();
+    // Note: we use 2 since 1 fails on Ubuntu Hardy.
     $data = $solr->getLuke(2);
   }
   catch (Exception $e) {
