[
https://issues.apache.org/jira/browse/SOLR-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702619#comment-13702619
]
ASF subversion and git services commented on SOLR-5012:
-------------------------------------------------------
Commit 1501014 from [~rcmuir]
[ https://svn.apache.org/r1501014 ]
SOLR-5012: optimize search with filter when filterCache is null
> 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: [email protected]
For additional commands, e-mail: [email protected]