You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rj...@apache.org on 2015/01/16 00:30:06 UTC

svn commit: r1652310 - /lucene/dev/branches/branch_5x/lucene/MIGRATE.txt

Author: rjernst
Date: Thu Jan 15 23:30:05 2015
New Revision: 1652310

URL: http://svn.apache.org/r1652310
Log:
LUCENE-5569: Add MIGRATE entry for 5.0

Modified:
    lucene/dev/branches/branch_5x/lucene/MIGRATE.txt

Modified: lucene/dev/branches/branch_5x/lucene/MIGRATE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/MIGRATE.txt?rev=1652310&r1=1652309&r2=1652310&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/MIGRATE.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/MIGRATE.txt Thu Jan 15 23:30:05 2015
@@ -93,3 +93,7 @@ you should override PayloadAttributeImpl
 Bulk scorers must now always collect documents in order. If you have custom
 collectors, the acceptsDocsOutOfOrder method has been removed and collectors
 can safely assume that they will be collected in order.
+
+## Renamed "Atomic" to "Leaf" for segment readers (LUCENE-5569)
+
+AtomicReader and AtomicReaderContext are now called LeafReader and LeafReaderContext, respectively.