You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by so...@apache.org on 2022/06/29 14:43:17 UTC

[lucene] branch main updated: CHANGES entry for LUCENE-10151

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

sokolov 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 95de554b65b CHANGES entry for LUCENE-10151
95de554b65b is described below

commit 95de554b65bece9697396eeb4a5e78a8352f58d0
Author: Michael Sokolov <so...@amazon.com>
AuthorDate: Wed Jun 29 10:35:09 2022 -0400

    CHANGES entry for LUCENE-10151
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 2b11183ccee..89d2c472ebc 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -34,6 +34,8 @@ New Features
 
 * LUCENE-10010 Introduce NFARunAutomaton to run NFA directly. (Patrick Zhai)
 
+* LUCENE-10151 Enable timeout support in IndexSearcher. (Deepika Sharma)
+
 Improvements
 ---------------------