[ https://issues.apache.org/jira/browse/LUCENE-9022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16957453#comment-16957453 ]
ASF subversion and git services commented on LUCENE-9022: --------------------------------------------------------- Commit c68470e57764f9c954008887d302a07a8bf6ae14 in lucene-solr's branch refs/heads/jira/SOLR-13822 from Jim Ferenczi [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=c68470e ] LUCENE-9022: Never cache GlobalOrdinalsWithScoreQuery (#963) > Never cache GlobalOrdinalsWithScoreQuery > ---------------------------------------- > > Key: LUCENE-9022 > URL: https://issues.apache.org/jira/browse/LUCENE-9022 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Jim Ferenczi > Priority: Minor > Fix For: master (9.0), 8.3 > > Time Spent: 20m > Remaining Estimate: 0h > > Today we disable caching for GlobalOrdinalsQuery > (https://issues.apache.org/jira/browse/LUCENE-8062) but not > GlobalOrdinalsWithScoreQuery. However the GlobalOrdinalsWithScoreQuery is > sometimes executed in a filter context (despite the name, e.g. when min/max > are provided) so we should protect this query for the same reasons invoked in > LUCENE-8062. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org