apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.61k stars 1.02k forks source link

Delete TimeLimitingCollector after deprecation #13243

Closed kaivalnp closed 6 months ago

kaivalnp commented 6 months ago

Description

Follow up to #13220: Delete TimeLimitingCollector on main after deprecation

jpountz commented 6 months ago

Can you add an entry to lucene/MIGRATE.txt suggesting to use IndexSearcher#setTimeout instead?

kaivalnp commented 6 months ago

Makes sense, added now!