Add changes entry (#13146)

This commit is contained in:
Uwe Schindler 2024-02-29 19:42:32 +01:00
parent e446904c61
commit 8ef60b3e72
1 changed files with 3 additions and 0 deletions

View File

@ -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
---------------------