[ https://issues.apache.org/jira/browse/SOLR-14166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337893#comment-17337893 ]
ASF subversion and git services commented on SOLR-14166: -------------------------------------------------------- Commit b27b58704c84b67375080a6e9f818fb7987c203b in solr's branch refs/heads/main from David Smiley [ https://gitbox.apache.org/repos/asf?p=solr.git;h=b27b587 ] SOLR-14166 fq cache=false should use TwoPhaseIterator (#57) instead of custom leapfrogging iterator thing, FilterImpl. * Simplify SolrIndexSearcher.getDocSet and makeBitDocSet * ExtendedQuery: remove getCacheSep & setCacheSep which never did anything * Javadocs: Clarify ExtendedQuery vs PostFilter * Add MatchCostQuery wrapper so that the cost local-param to "fq" is used for TPI.matchCost > Use TwoPhaseIterator for non-cached filter queries > -------------------------------------------------- > > Key: SOLR-14166 > URL: https://issues.apache.org/jira/browse/SOLR-14166 > Project: Solr > Issue Type: Sub-task > Reporter: David Smiley > Assignee: David Smiley > Priority: Major > Time Spent: 1h 20m > Remaining Estimate: 0h > > "fq" filter queries that have cache=false and which aren't processed as a > PostFilter (thus either aren't a PostFilter or have a cost < 100) are > processed in SolrIndexSearcher using a custom Filter thingy which uses a > cost-ordered series of DocIdSetIterators. This is not TwoPhaseIterator > aware, and thus the match() method may be called on docs that ideally would > have been filtered by lower-cost filter queries. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org