LUCENE-10330: Make MMapDirectory tests fail by default, if unmapping does not work (add changes)

This commit is contained in:
Uwe Schindler 2021-12-21 13:05:10 +01:00
parent b4d29ccddb
commit fea44cd4ee
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ New Features
* LUCENE-10255: Lucene JARs are now proper modules, with module descriptors and dependency information.
(Chris Hegarty, Uwe Schindler, Tomoko Uchida, Dawid Weiss)
* LUCENE-10330: Make MMapDirectory tests fail by default, if unmapping does not work.
(Uwe Schindler, Dawid Weiss)
* LUCENE-10223: Add interval function support to StandardQueryParser. Add min-should-match operator
support to StandardQueryParser. Update and clean up package documentation in flexible query parser
module. (Dawid Weiss, Alan Woodward)