Robert Muir created SOLR-5012:
---------------------------------

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


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