You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/11/15 14:32:34 UTC

[lucene] branch branch_9x updated: Add changes entry for #11930.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 86a610c328d Add changes entry for #11930.
86a610c328d is described below

commit 86a610c328d27078a2a195364e0143b89754767e
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 15 15:31:47 2022 +0100

    Add changes entry for #11930.
---
 lucene/CHANGES.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 22b74cb1878..a4b15189570 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -20,6 +20,12 @@ API Changes
 
 * GITHUB#11822: Configure replicator PrimaryNode replia shutdown timeout. (Steven Schlansker)
 
+* GITHUB#11930: Added IOContext#LOAD for files that are a small fraction of the
+  total index size and heavily accessed with a random access pattern. Some
+  Directory implementations may choose to load files that use this IOContext in
+  memory to provide stronger guarantees on query latency.
+  (Adrien Grand, Uwe Schindler)
+
 New Features
 ---------------------
 * GITHUB#11795: Add ByteWritesTrackingDirectoryWrapper to expose metrics for bytes merged, flushed, and overall