You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/19 20:08:32 UTC

svn commit: r1302600 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: rmuir
Date: Mon Mar 19 19:08:32 2012
New Revision: 1302600

URL: http://svn.apache.org/viewvc?rev=1302600&view=rev
Log:
sync 3.6 CHANGES.txt sections

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1302600&r1=1302599&r2=1302600&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Mar 19 19:08:32 2012
@@ -765,9 +765,10 @@ Changes in backwards compatibility polic
 * LUCENE-3712: Removed unused and untested ReaderUtil#subReader methods.
   (Uwe Schindler)
 
-* LUCENE-3672: Deprecate Directory.fileModified and
-  IndexCommit.getTimestamp and .getVersion. (Andrzej Bialecki, Robert
-  Muir, Mike McCandless)
+* LUCENE-3672: Deprecate Directory.fileModified,
+  IndexCommit.getTimestamp and .getVersion and
+  IndexReader.lastModified and getCurrentVersion (Andrzej Bialecki,
+  Robert Muir, Mike McCandless)
 
 * LUCENE-3760: In IndexReader/DirectoryReader, deprecate static
   methods getCurrentVersion and getCommitUserData, and non-static
@@ -851,10 +852,14 @@ API Changes
   create two NRTManagers (one always applying deletes and the other
   never applying deletes).  (MJB, Shai Erera, Mike McCandless)
 
+* LUCENE-3761: Generalize SearcherManager into an abstract ReferenceManager.
+  SearcherManager remains a concrete class, but due to the refactoring, the
+  method maybeReopen has been deprecated in favor of maybeRefresh().
+  (Shai Erera, Mike McCandless, Simon Willnauer)
+
 * LUCENE-3776: You now acquire/release the IndexSearcher directly from
   NRTManager.  (Mike McCandless)
   
-
 New Features
 
 * LUCENE-3593: Added a FieldValueFilter that accepts all documents that either
@@ -894,7 +899,6 @@ New Features
 * LUCENE-3789: Expose MTQ TermsEnum via RewriteMethod for non package private
   access (Simon Willnauer)
 
-
 Bug fixes
 
 * LUCENE-3595: Fixed FieldCacheRangeFilter and FieldCacheTermsFilter