FYI JIRA issue & PR: https://issues.apache.org/jira/browse/SOLR-16693
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley
On Tue, Mar 7, 2023 at 11:15 AM David Smiley wrote:
>
> On Tue, Mar 7, 2023 at 10:44 AM Houston Putman wrote:
>
>> The only issue I
On Tue, Mar 7, 2023 at 10:44 AM Houston Putman wrote:
> The only issue I see is that the IndexSearcher timeout isn't per-query, its
> a setting on the searcher itself.
> Since timeAllowed is a query param, this seems like an issue.
> Am I reading that incorrectly?
>
Yes but we can override:
prot
Thanks for bringing this up David!
I think doing this should block Solr 9.2 using Lucene 9.5.
Agreed
I'm not sure TimeLimitingCollector offers much value to using
TLBS other than additional precision on timeAllowed at some cost to
> unselective queries.
It's probably not offering much addit
While reviewing Lucene 9.5 changes coming into Solr, I noticed some changes
relating to the ability to specify timeAllowed in Solr on a search query.
Solr uses both ExitableDirectoryReader and TimeLimitingCollector from
Lucene for this (complementary to each other). Unfortunately, changes in
Lucen