Re: Search timeouts; recent Lucene changes

2023-03-10 Thread David Smiley
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

Re: Search timeouts; recent Lucene changes

2023-03-07 Thread David Smiley
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

Re: Search timeouts; recent Lucene changes

2023-03-07 Thread Houston Putman
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