You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/05/21 21:00:46 UTC

[jira] Created: (SOLR-1179) create lucene Filters from DocSets that translate ids

create lucene Filters from DocSets that translate ids
-----------------------------------------------------

                 Key: SOLR-1179
                 URL: https://issues.apache.org/jira/browse/SOLR-1179
             Project: Solr
          Issue Type: Improvement
            Reporter: Yonik Seeley
            Assignee: Yonik Seeley


In order to use Lucene Filtering, we need to efficiently translate top-level DocSet filters into per-segment filters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1179) create lucene Filters from DocSets that translate ids

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-1179:
-------------------------------

    Attachment: SOLR-1179.patch

OK, this patch adds a DocSet.getTopFilter that returns a lucene Filter that will work for the reader the DocSet was generated with, or any of it's sub-readers (as Lucene now does per-segment searching and filtering).

SortedIntDocSet has optimizations for when segments are sorted in order.  It also looks up the end index once instead of comparing to the max value on every next() or skipTo()

I plan on committing shortly.

> create lucene Filters from DocSets that translate ids
> -----------------------------------------------------
>
>                 Key: SOLR-1179
>                 URL: https://issues.apache.org/jira/browse/SOLR-1179
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>         Attachments: SOLR-1179.patch
>
>
> In order to use Lucene Filtering, we need to efficiently translate top-level DocSet filters into per-segment filters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1179) create lucene Filters from DocSets that translate ids

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved SOLR-1179.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

committed.

> create lucene Filters from DocSets that translate ids
> -----------------------------------------------------
>
>                 Key: SOLR-1179
>                 URL: https://issues.apache.org/jira/browse/SOLR-1179
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1179.patch
>
>
> In order to use Lucene Filtering, we need to efficiently translate top-level DocSet filters into per-segment filters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.