You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2007/08/03 01:01:47 UTC

svn commit: r562282 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Thu Aug  2 16:01:46 2007
New Revision: 562282

URL: http://svn.apache.org/viewvc?view=rev&rev=562282
Log:
correcting my inability to count from 2 to 3

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=diff&rev=562282&r1=562281&r2=562282
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Thu Aug  2 16:01:46 2007
@@ -18,7 +18,7 @@
  2. LUCENE-944: Remove deprecated methods setUseScorer14() and
     getUseScorer14() from BooleanQuery. (Paul Elschot via Michael Busch)
  
- 5. LUCENE-963: Add setters to Field to allow for re-using a single
+ 3. LUCENE-963: Add setters to Field to allow for re-using a single
     Field instance during indexing.  This is a sizable performance
     gain, especially for small documents.  (Mike McCandless)