ludovic-boutros opened a new pull request #733: SOLR-13568: Expand component should not cache group queries in the filter cache URL: https://github.com/apache/lucene-solr/pull/733 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 an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
