Ludovic Boutros created SOLR-13568:
--------------------------------------
Summary: Expand component should not cache group queries in the
filter cache
Key: SOLR-13568
URL: https://issues.apache.org/jira/browse/SOLR-13568
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Affects Versions: 8.1.1, 7.7.2
Reporter: Ludovic Boutros
Currently the expand component is creating queries (bit sets) from the current
page document ids.
These queries are sadly put in the filter cache.
This behavior floods the filter cache and it becomes inefficient.
Therefore, the group query should be wrapped in a query with its cache flag
disabled.
This is a tiny little thing to do. The PR will follow very soon.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]