mirror of https://github.com/apache/lucene.git
LUCENE-8982: Add a note to MIGRATE.md
This commit is contained in:
parent
a7747b63b4
commit
4b508aef24
|
@ -1,5 +1,12 @@
|
||||||
# Apache Lucene Migration Guide
|
# Apache Lucene Migration Guide
|
||||||
|
|
||||||
|
## NativeUnixDirectory removed and replaced by DirectIODirectory (LUCENE-8982)
|
||||||
|
|
||||||
|
Java 11 supports to use Direct IO without native wrappers from Java code.
|
||||||
|
NativeUnixDirectory in the misc module was therefore removed and replaced
|
||||||
|
by DirectIODirectory. To use it, you need a JVM and operating system that
|
||||||
|
supports Direct IO.
|
||||||
|
|
||||||
## Packages in misc module are renamed (LUCENE-9600)
|
## Packages in misc module are renamed (LUCENE-9600)
|
||||||
|
|
||||||
Following package names in misc module are renamed.
|
Following package names in misc module are renamed.
|
||||||
|
|
Loading…
Reference in New Issue