You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2021/07/17 05:42:05 UTC

[lucene] branch main updated: add changes entry of LUCENE-10024

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2bd6924  add changes entry of LUCENE-10024
2bd6924 is described below

commit 2bd6924f07521eaab4323c46d1a0e1783c05a68d
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Sat Jul 17 14:41:43 2021 +0900

    add changes entry of LUCENE-10024
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 83abaa3..b1cacc8 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -337,6 +337,8 @@ Other
 * LUCENE-9907: Remove dependency on PackedInts#getReader() from the current codecs and move the
   method to backwards codec. (Ignacio Vera)
 
+* LUCENE-10024: Catch NoSuchFileException when opening index directory with Luke.
+  (Michael Wechner, Tomoko Uchida)
 
 ======================= Lucene 8.10.0 =======================