[ 
https://issues.apache.org/jira/browse/SOLR-14376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080316#comment-17080316
 ] 

ASF subversion and git services commented on SOLR-14376:
--------------------------------------------------------

Commit 5bfbdc5325aa331549e9700734042c9b582fc3fc in lucene-solr's branch 
refs/heads/jira/SOLR-14365 from David Smiley
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5bfbdc5 ]

SOLR-14376: optimize SolrIndexSearcher.getDocSet when matches everything
* getProcessedFilter now returns null filter if it's all docs more reliably
* getProcessedFilter now documented clearly as an internal method
* getDocSet detects all-docs and exits early with getLiveDocs
* small refactoring to getDocSetBits/makeDocSetBits
Closes #1399


> Optimize SolrIndexSearcher.getDocSet and getProcessedFilter for empty fq
> ------------------------------------------------------------------------
>
>                 Key: SOLR-14376
>                 URL: https://issues.apache.org/jira/browse/SOLR-14376
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: search
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>             Fix For: 8.6
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> If either SolrIndexSearcher.getDocSet or getProcessedFilter are called with 
> an null/empty query list, we should be able to short-circuit this with a 
> getLiveDocSet response.  Today getDocSet builds up a new DocSet, bit by bit 
> :-/



--
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

Reply via email to