You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Molloy (JIRA)" <ji...@apache.org> on 2013/02/01 20:32:12 UTC

[jira] [Updated] (SOLR-4397) Support for filtering after sorting took place

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

Steve Molloy updated SOLR-4397:
-------------------------------

    Attachment: solr-4397.txt

Could probably be improved a lot, but here's a first stab at a patch that seems to work.
                
> 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
>         Attachments: solr-4397.txt
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org