Re: Performance Degradation in Solr When Using OR with frange in fq

2025-03-19 Thread David Smiley
Ideally, after the user created the JIRA issue, it would be shared in this thread. Here it is: https://issues.apache.org/jira/browse/SOLR-17699 (fix for 9.9) Nice response Hoss, particularly sharing the "filter" trick, which may be useful here. On Wed, Mar 19, 2025 at 2:18 PM Chris Hostetter wr

Re: Performance Degradation in Solr When Using OR with frange in fq

2025-03-19 Thread Chris Hostetter
: We are experiencing high query times in Solr when using an fq filter that : combines an OR condition with frange. The response time significantly : increases compared to queries that do not use this combination. : : Query Example : fq={!cache=false tag=prm}field:value OR {!frange l=1 u=1 v=$fu

Re: Performance Degradation in Solr When Using OR with frange in fq

2025-03-12 Thread Houston Putman
Please do not cross-list emails. Choose either Users or Dev. Also this is the third time we have received a variant of this email, so please stop sending it. Someone will respond. - Houston On Wed, Mar 12, 2025 at 10:12 AM Daxesh Parmar wrote: > Hi Team, > > High Query Time in Solr When Using

Performance Degradation in Solr When Using OR with frange in fq

2025-03-12 Thread Daxesh Parmar
Hi Team, High Query Time in Solr When Using OR with frange in fq We are experiencing high query times in Solr when using an fq filter that combines an OR condition with frange. The response time significantly increases compared to queries that do not use this combination. Query Example fq={!cach