Performance Degradation with High Query Time in Solr When Using OR with frange in filter query

2025-03-15 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={!cache=

Solr 9.7.0 - Boolean Query parser is not caching result in Query result cache in case of preFilter is used

2025-03-15 Thread kumar gaurav
Hi All We are using bool query parser for hybrid search with vectorSimilarty parser as a clause. We got the issue that Boolean Query parser is not caching vectorSimilarity result in Query result cache *in case preFilter is used *which is a culprit for performance impact. We got Same behaviour wit