Index: contrib/apachesolr_mlt/apachesolr_mlt.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/contrib/apachesolr_mlt/Attic/apachesolr_mlt.module,v
retrieving revision 1.1.4.17
diff -u -p -r1.1.4.17 apachesolr_mlt.module
--- contrib/apachesolr_mlt/apachesolr_mlt.module	19 Dec 2008 04:14:06 -0000	1.1.4.17
+++ contrib/apachesolr_mlt/apachesolr_mlt.module	26 Jan 2009 10:02:01 -0000
@@ -213,7 +213,7 @@ function apachesolr_mlt_block_form(&$for
     '#type' => 'textfield',
     '#title' => t('Minimum Document Frequency'),
     '#description' => t('The frequency at which words will be ignored which do not occur in at least this many documents.'),
-    '#default_value' => isset($block['mlt_mindf']) ? (int) $block['mlt_mindf'] : 1,
+    '#default_value' => isset($block['mlt_mindf']) ? (int) $block['mlt_mindf'] : 2,
   );
   $form['advanced']['mlt_minwl'] = array(
     '#type' => 'textfield',
