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=
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