CHANGES entry for LUCENE-10151

This commit is contained in:
Michael Sokolov 2022-06-29 10:35:09 -04:00
parent aa082b46f6
commit 5cd6eda8ca
2 changed files with 3 additions and 1 deletions

View File

@ -182,4 +182,4 @@ apply from: file('gradle/hacks/hashmapAssertions.gradle')
apply from: file('gradle/hacks/turbocharge-jvm-opts.gradle')
apply from: file('gradle/hacks/dummy-outputs.gradle')
apply from: file('gradle/pylucene/pylucene.gradle')
apply from: file('gradle/pylucene/pylucene.gradle')

View File

@ -21,6 +21,8 @@ New Features
* LUCENE-10274: Added facetsets module for high dimensional (hyper-rectangle) faceting
(Shai Erera, Marc D'Mello, Greg Miller)
* LUCENE-10151 Enable timeout support in IndexSearcher. (Deepika Sharma)
Improvements
---------------------