Author: siren
Date: Wed Jun 13 11:50:14 2007
New Revision: 546998

URL: http://svn.apache.org/viewvc?view=rev&rev=546998
Log:
remove debug iteration because it seems to block spelling suggestions 

Modified:
    
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell/SpellCheckerBean.java

Modified: 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell/SpellCheckerBean.java
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell/SpellCheckerBean.java?view=diff&rev=546998&r1=546997&r2=546998
==============================================================================
--- 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell/SpellCheckerBean.java
 (original)
+++ 
lucene/nutch/trunk/contrib/web2/plugins/web-query-propose-spellcheck/src/java/org/apache/nutch/spell/SpellCheckerBean.java
 Wed Jun 13 11:50:14 2007
@@ -150,14 +150,6 @@
             , originalTerm, ng1, ng2, maxr, bStart, bEnd,
             bTransposition, maxd, lis, true);
 
-        Iterator it = lis.iterator();
-
-        while (it.hasNext()) {
-          if(LOG.isDebugEnabled()){
-            LOG.debug(it.next().toString());
-          }
-        }
-
         if (suggestions.length > 0) {
           currentTerm.setSuggestedTerm(suggestions[0]);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to