mirror of https://github.com/apache/lucene.git
LUCENE-5223: backport to 4.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95629b4f65
commit
e2573a6bba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue