Index: solrconfig.xml
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/Attic/solrconfig.xml,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 solrconfig.xml
--- solrconfig.xml	11 Dec 2008 19:53:32 -0000	1.1.2.7
+++ solrconfig.xml	13 Dec 2008 16:43:03 -0000
@@ -416,8 +416,19 @@
      snippets and don't feel like deubgging anymore.  Without the regex is
      faster too -->
      <!--<str name="f.body.hl.fragmenter">regex</str>--> <!-- defined below -->
-     </lst>
+     <!-- Defualts for the spell checker -->
+      <!-- omp = Only More Popular -->
+      <str name="spellcheck.onlyMorePopular">false</str>
+      <!-- exr = Extended Results -->
+      <str name="spellcheck.extendedResults">false</str>
+      <!--  The number of suggestions to return -->
+      <str name="spellcheck.count">1</str>
+    </lst>
+    <arr name="last-components">
+      <str>spellcheck</str>
+    </arr>
   </requestHandler>
+
   <!-- The more like this handler offers many advantages over the standard handler,
     when performing moreLikeThis requests.-->
   <requestHandler name="mlt" class="solr.MoreLikeThisHandler">
