mirror of https://github.com/apache/lucene.git
LUCENE-5859: Update changes entry to reflect backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a620061fa
commit
c7b3050ca6
|
@ -80,11 +80,6 @@ API Changes
|
|||
takes the same selectors. Add helper methods to DocValues.java that are better
|
||||
suited for search code (never return null, etc). (Mike McCandless, Robert Muir)
|
||||
|
||||
* LUCENE-5859: Remove Version from Analyzer constructors. Use Analyzer.setVersion()
|
||||
to set the version an analyzer should use to replicate behavior from a specific
|
||||
release.
|
||||
(Ryan Ernst, Robert Muir)
|
||||
|
||||
* LUCENE-5871: Remove Version from IndexWriterConfig. Use
|
||||
IndexWriterConfig.setCommitOnClose to change the behavior of IndexWriter.close().
|
||||
The default has been changed to match that of 4.x.
|
||||
|
@ -174,6 +169,11 @@ API Changes
|
|||
no longer implements Closeable; if you need to release your custom MegePolicy's
|
||||
resources, you need to implement close() and call it explicitly. (Shai Erera)
|
||||
|
||||
* LUCENE-5859: Deprecate Analyzer constructors taking Version. Use Analyzer.setVersion()
|
||||
to set the version an analyzer to replicate behavior from a specific release.
|
||||
(Ryan Ernst, Robert Muir)
|
||||
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-5780: Make OrdinalMap more memory-efficient, especially in case the
|
||||
|
|
Loading…
Reference in New Issue