? .cvsignore
? 878996-remove-break-3.patch
? 880488-json-hardening-1.patch
? 880488-json-hardening-2.patch
? SolrPhpClient
? Zend
? text-analyzer.xml
Index: apachesolr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr.module,v
retrieving revision 1.1.2.12.2.208
diff -u -p -r1.1.2.12.2.208 apachesolr.module
--- apachesolr.module	25 Jul 2010 16:16:46 -0000	1.1.2.12.2.208
+++ apachesolr.module	11 Aug 2010 21:19:43 -0000
@@ -408,9 +408,8 @@ function apachesolr_index_nodes($rows, $
       $position['last_nid'] = $row->nid;
     }
     catch (Exception $e) {
-      // Something bad happened - don't continue.
-      watchdog('Apache Solr', 'Error constructing documents to index: <br /> !message', array('!message' => nl2br(strip_tags($e->getMessage()))), WATCHDOG_ERROR);
-      break;
+      // Something bad happened - log the error.
+      watchdog('Apache Solr', 'Error constructing documents to index: <br /> !message', array('!message' => "Node ID: {$row->nid}<br />" . nl2br(strip_tags($e->getMessage()))), WATCHDOG_ERROR);
     }
   }
   // Restore the user.
