LUCENE-6989: Merge changes

This commit is contained in:
Uwe Schindler 2016-02-16 17:11:00 +01:00
parent 7ff31daeb0
commit 44b58ee4f8
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,8 @@ Bug Fixes
* LUCENE-7019: Add two-phase iteration to GeoPointTermQueryConstantScoreWrapper.
(Robert Muir via Nick Knize)
* LUCENE-6989: Disable MMapDirectory unmap-hack for Java 9. Official support
* LUCENE-6989: Improve MMapDirectory's unmapping checks to catch more non-working
cases. The unmap-hack does not yet work with recent Java 9. Official support
will come with Lucene 6. (Uwe Schindler)
Other