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 do...@apache.org on 2007/12/12 23:30:45 UTC

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

Author: doronc
Date: Wed Dec 12 14:30:45 2007
New Revision: 603756

URL: http://svn.apache.org/viewvc?rev=603756&view=rev
Log:
for LUCENE-1079, document the change under "API Changes".

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=603756&r1=603755&r2=603756&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Dec 12 14:30:45 2007
@@ -79,6 +79,9 @@
 10. LUCENE-1064: Changed TopDocs constructor to be public. 
      (Shai Erera via Michael Busch)
 
+11. LUCENE-1079: DocValues cleanup: constructor now has no params,
+    and getInnerArray() now throws UnsupportedOperationException (Doron Cohen)
+
     
 Bug fixes
 
@@ -182,7 +185,6 @@
 25. LUCENE-1042: Remove throwing of IOException in getTermFreqVector(int, String, TermVectorMapper) to be consistent
     with other getTermFreqVector calls.  Also removed the throwing of the other IOException in that method to be consistent.  (Karl Wettin via Grant Ingersoll)
     
-26. LUCENE-1079: DocValues cleanup: constructor & getInnerArray() (Doron Cohen)
     
 New features