mirror of https://github.com/apache/lucene.git
LUCENE-6618: move CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1696003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e5ef2da07
commit
6924d616e5
|
@ -73,9 +73,6 @@ Bug Fixes
|
||||||
* LUCENE-6730: Hyper-parameter c is ignored in term frequency NormalizationH1.
|
* LUCENE-6730: Hyper-parameter c is ignored in term frequency NormalizationH1.
|
||||||
(Ahmet Arslan via Robert Muir)
|
(Ahmet Arslan via Robert Muir)
|
||||||
|
|
||||||
* LUCENE-6618: Properly set MMapDirectory.UNMAP_SUPPORTED when it is now allowed
|
|
||||||
by security policy. (Robert Muir)
|
|
||||||
|
|
||||||
Other
|
Other
|
||||||
|
|
||||||
* LUCENE-6174: Improve "ant eclipse" to select right JRE for building.
|
* LUCENE-6174: Improve "ant eclipse" to select right JRE for building.
|
||||||
|
@ -384,6 +381,9 @@ Bug fixes
|
||||||
* LUCENE-6723: Fix date parsing problems in Java 9 with date formats using
|
* LUCENE-6723: Fix date parsing problems in Java 9 with date formats using
|
||||||
English weekday/month names. (Uwe Schindler)
|
English weekday/month names. (Uwe Schindler)
|
||||||
|
|
||||||
|
* LUCENE-6618: Properly set MMapDirectory.UNMAP_SUPPORTED when it is now allowed
|
||||||
|
by security policy. (Robert Muir)
|
||||||
|
|
||||||
Changes in Runtime Behavior
|
Changes in Runtime Behavior
|
||||||
|
|
||||||
* LUCENE-6501: The subreader structure in ParallelCompositeReader
|
* LUCENE-6501: The subreader structure in ParallelCompositeReader
|
||||||
|
|
Loading…
Reference in New Issue