From 0f76b3139de443de8b15aeb3b2d206e906c17d52 Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Fri, 23 Oct 2009 15:43:43 +0000 Subject: [PATCH] Move Lucene-1708 blurb to back compat. section. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829095 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 26cfc651331..e8398ada78f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -243,6 +243,11 @@ Changes in backwards compatibility policy abstract rather than an interface) back compat break if you have overridden Query.creatWeight, so we have taken the opportunity to make this change. (Tim Smith, Shai Erera via Mark Miller) + + * LUCENE-1708 - IndexReader.document() no longer checks if the document is + deleted. You can call IndexReader.isDeleted(n) prior to calling document(n). + (Shai Erera via Mike McCandless) + Changes in runtime behavior @@ -293,9 +298,6 @@ Changes in runtime behavior rely on this behavior by the 3.0 release of Lucene. (Jonathan Mamou, Mark Miller via Mike McCandless) - * LUCENE-1708 - IndexReader.document() no longer checks if the document is - deleted. You can call IndexReader.isDeleted(n) prior to calling document(n). - (Shai Erera via Mike McCandless) * LUCENE-1715: Finalizers have been removed from the 4 core classes that still had them, since they will cause GC to take longer, thus