Date: 2004-10-11T11:24:36
   Editor: NicolasMaisonneuve <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: SpellChecker
   URL: http://wiki.apache.org/jakarta-lucene/SpellChecker

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -41,7 +41,7 @@
  ''''Note'''': if myIndex_reader and myField are null this method is the same as the 
first method
 
   1.   The returned words are restricted only to the words presents in the field 
''myField'' of the user index "myIndex_Reader"
-  2.   the list is sorted with the second criteria : the popularity (the frequence) 
of the word in the user field 
+  2.   the list is sorted with also a second criteria : the popularity (the 
frequence) of the word in the user field 
   3.   If ''morePopular'' is true and the mispelled word exist in the user field , 
return only the words more frequent than this.
 
  See the test case code for example 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to