mirror of https://github.com/apache/lucene.git
Add changes entry (#13146)
This commit is contained in:
parent
e446904c61
commit
8ef60b3e72
|
@ -84,6 +84,9 @@ API Changes
|
|||
make compile() only return the FSTMetadata. For on-heap (default) use case, please use
|
||||
FST.fromFSTReader(fstMetadata, fstCompiler.getFSTReader()) to create the FST. (Anh Dung Bui)
|
||||
|
||||
* GITHUB#13146: Remove ByteBufferIndexInput and only use MemorySegment APIs for MMapDirectory.
|
||||
(Uwe Schindler)
|
||||
|
||||
New Features
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue