Steve Molloy created SOLR-4397:
----------------------------------

             Summary: Support for filtering after sorting took place
                 Key: SOLR-4397
                 URL: https://issues.apache.org/jira/browse/SOLR-4397
             Project: Solr
          Issue Type: Improvement
          Components: search
    Affects Versions: 4.1
            Reporter: Steve Molloy


For really costly filters, we want to be able to stop filtering (and accept 
everything else) after enough results have been accepted to fill the result 
page. This would not produce appropriate counts, but would allow offering 
acceptable response time for heavy filters (security calling back external 
system). This can only work if sorting is done before filtering though, so the 
proposition is to have a way of plugging in filtering after sorting has 
occurred.

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

Reply via email to