Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-29 Thread via GitHub
kaivalnp commented on PR #13220: URL: https://github.com/apache/lucene/pull/13220#issuecomment-2026920169 Created a follow-up to remove `TimeLimitingCollector` from `main` after deprecation: #13243 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-29 Thread via GitHub
jpountz merged PR #13220: URL: https://github.com/apache/lucene/pull/13220 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apa

Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-29 Thread via GitHub
jpountz commented on PR #13220: URL: https://github.com/apache/lucene/pull/13220#issuecomment-2026847843 Thanks for confirming, I'll merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-27 Thread via GitHub
vigyasharma commented on PR #13220: URL: https://github.com/apache/lucene/pull/13220#issuecomment-2023475693 @jpountz I was checking for consensus. I'm aligned with deprecating. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-27 Thread via GitHub
jpountz commented on PR #13220: URL: https://github.com/apache/lucene/pull/13220#issuecomment-2022882774 @vigyasharma I'd like to double check with you if you're good with deprecating before merging, I'm not sure if your previous comment was candidly checking for consensus, or if you were i

Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-26 Thread via GitHub
jpountz commented on PR #13220: URL: https://github.com/apache/lucene/pull/13220#issuecomment-2021484078 It makes sense to me to deprecate it, `IndexSearcher#setTimeout` should be used instead. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-26 Thread via GitHub
vigyasharma commented on PR #13220: URL: https://github.com/apache/lucene/pull/13220#issuecomment-2021304317 As an alternate to deprecating this entirely, we could also change it to start using `QueryTimeout`, instead of its custom time limiting counters. I'd like to get more opinions from

[PR] Mark TimeLimitingCollector as deprecated [lucene]

2024-03-26 Thread via GitHub
kaivalnp opened a new pull request, #13220: URL: https://github.com/apache/lucene/pull/13220 ### Description Follow-up to https://github.com/apache/lucene/pull/13202#issuecomment-2016947960 [`TimeLimitingCollector`](https://github.com/apache/lucene/blob/main/lucene/core/src/ja