[ 
https://issues.apache.org/jira/browse/SOLR-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir updated SOLR-5012:
------------------------------

    Attachment: SOLR-5012.patch

simple patch: easiest to just wrap the query as if the user specified 
cache=false, so that this situation still works correctly with any 
postfiltering or any of that.
                
> optimize search with filter when filterCache is null
> ----------------------------------------------------
>
>                 Key: SOLR-5012
>                 URL: https://issues.apache.org/jira/browse/SOLR-5012
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Robert Muir
>         Attachments: SOLR-5012.patch
>
>
> Currently, this is very slow (it pulls bitsets and then intersects them after 
> the fact).
> If you have no filterCache, it should be treated as if you specified 
> cache=false implicitly and intersected with the query.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to