[ https://issues.apache.org/jira/browse/SOLR-14765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mike Drob updated SOLR-14765: ----------------------------- Environment: I've encountered this problem before in production and have had to come up with various workarounds for it, so I am super happy to see somebody addressing the underlying issue here! Bumping Priority to Major, since I think this is far more beneficial than "Minor" would imply. Please add a CHANGES entry as well. I looked at the PR and didn't quite understand what was going on well enough to comment or review, but I am super excited about the advertised results! Priority: Major (was: Minor) > optimize DocList creation by skipping sort for sort-irrelevant cases > -------------------------------------------------------------------- > > Key: SOLR-14765 > URL: https://issues.apache.org/jira/browse/SOLR-14765 > Project: Solr > Issue Type: Improvement > Affects Versions: master (9.0) > Environment: I've encountered this problem before in production and > have had to come up with various workarounds for it, so I am super happy to > see somebody addressing the underlying issue here! Bumping Priority to Major, > since I think this is far more beneficial than "Minor" would imply. Please > add a CHANGES entry as well. > I looked at the PR and didn't quite understand what was going on well enough > to comment or review, but I am super excited about the advertised results! > Reporter: Michael Gibney > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > When {{rows=0}}, and for {{MatchAllDocsQuery}} and {{ConstantScoreQuery}} > (and possibly others?), it is possible for > {{SolrIndexSearcher.getDocListC(QueryResult, QueryCommand)}} to create a > DocList directly from {{filterCache}} DocSets -- similar to > {{useFilterForSortedQuery}}, but without actually sorting. > This results in significant benefits for high-recall domains, including the > common (and commonly-cached) use-case of {{q=\*:*}} and {{fq}}, facets, etc. -- 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