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 us...@apache.org on 2010/01/15 17:14:24 UTC

svn commit: r899682 - in /lucene/java/trunk: CHANGES.txt contrib/CHANGES.txt

Author: uschindler
Date: Fri Jan 15 16:14:24 2010
New Revision: 899682

URL: http://svn.apache.org/viewvc?rev=899682&view=rev
Log:
move changes.txt entry into contrib

Modified:
    lucene/java/trunk/CHANGES.txt
    lucene/java/trunk/contrib/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=899682&r1=899681&r2=899682&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Fri Jan 15 16:14:24 2010
@@ -96,11 +96,6 @@
   implementation class when interface was loaded by a different
   class loader.  (Uwe Schindler, reported on java-user by Ahmed El-dawy)
   
-* LUCENE-2211: Fix missing clearAttributes() calls in contrib:
-  ShingleMatrix, PrefixAware, compounds, NGramTokenFilter,
-  EdgeNGramTokenFilter, Highlighter, and MemoryIndex.
-  (Uwe Schindler, Robert Muir)
-  
 New features
 
 * LUCENE-2128: Parallelized fetching document frequencies during weight

Modified: lucene/java/trunk/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/CHANGES.txt?rev=899682&r1=899681&r2=899682&view=diff
==============================================================================
--- lucene/java/trunk/contrib/CHANGES.txt (original)
+++ lucene/java/trunk/contrib/CHANGES.txt Fri Jan 15 16:14:24 2010
@@ -40,6 +40,11 @@
    
  * LUCENE-2035: TokenSources.getTokenStream() does not assign  positionIncrement. 
    (Christopher Morris via Mark Miller)
+  
+ * LUCENE-2211: Fix missing clearAttributes() calls in contrib:
+   ShingleMatrix, PrefixAware, compounds, NGramTokenFilter,
+   EdgeNGramTokenFilter, Highlighter, and MemoryIndex.
+   (Uwe Schindler, Robert Muir)
    
 API Changes