From e2573a6bbaa71133b89114eed023ac7c7c670827 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Thu, 19 Sep 2013 14:12:23 +0000 Subject: [PATCH] LUCENE-5223: backport to 4.5 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524745 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index bf0daa8f898..4f8d2506713 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -71,9 +71,6 @@ Bug Fixes * LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead of IOContext.READ (Shikhar Bhushan via Mike McCandless) -* LUCENE-5223: Fixed IndexUpgrader command line parsing: -verbose is not required - and -dir-impl option now works correctly. (hossman) - Changes in backwards compatibility policy * LUCENE-5204: Directory doesn't have default implementations for @@ -200,6 +197,9 @@ Bug Fixes * LUCENE-5221: SimilarityBase did not write norms the same way as DefaultSimilarity if discountOverlaps == false and index-time boosts are present for the field. (Yubin Kim via Robert Muir) + +* LUCENE-5223: Fixed IndexUpgrader command line parsing: -verbose is not required + and -dir-impl option now works correctly. (hossman) API Changes