Index: xapian.module
===================================================================
--- xapian.module	(Revision 435)
+++ xapian.module	(Arbeitskopie)
@@ -765,7 +765,7 @@
   $exclusions = array_values(variable_get('xapian_excluded_nodes', array()));
   while ($node = db_fetch_object($result)) {
     // We circumvent the static node cache.
-    $node = node_load(array('nid' => $node->nid));
+    $node = node_load($node->nid, NULL, TRUE);
     if ($node) {
       if (in_array($node->type, $exclusions)) {
         // None indexable a node, log and clear it from the queue
