This issue has been created
 
 
CQL / cid:jira-generated-image-avatar-59f02fc6-228d-429c-a822-a35614482cb5 CQL-6 Open

Investigate using the filter query and breaking down conjunctive Solr queries

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5a676a1e-575e-40dc-af4e-d0d153d340d1 Raphaël Jakse created this issue on 02/Apr/25 08:28
 
Summary: Investigate using the filter query and breaking down conjunctive Solr queries
Issue Type: cid:jira-generated-image-avatar-59f02fc6-228d-429c-a822-a35614482cb5 Idea
Affects Versions: 0.1.0
Assignee: Unassigned
Created: 02/Apr/25 08:28
Priority: cid:jira-generated-image-static-major-3708c74c-5cd0-4137-962f-9ee7fad4f457 Major
Reporter: Raphaël Jakse
Description:

Breaking down conjunctive Solr queries (a AND b AND c) into a list of filters that can be put in the fq parameter might dramatically improve query performance, mostly because of the caching Solr might be able to do per filter.