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/14 07:00:45 UTC

[jira] Created: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

speed up DocSet generation for term queries and avoid scoring for all queries.
------------------------------------------------------------------------------

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


Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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


[jira] Updated: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

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

Yonik Seeley updated SOLR-1166:
-------------------------------

    Attachment: SOLR-1166.patch

updated patch.

> speed up DocSet generation for term queries and avoid scoring for all queries.
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1166
>                 URL: https://issues.apache.org/jira/browse/SOLR-1166
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1166.patch, SOLR-1166.patch
>
>
> Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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


[jira] Updated: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

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

Yonik Seeley updated SOLR-1166:
-------------------------------

    Attachment: SOLR-1166.patch

Attaching patch.  Should be faster, but need to verify.

> speed up DocSet generation for term queries and avoid scoring for all queries.
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1166
>                 URL: https://issues.apache.org/jira/browse/SOLR-1166
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1166.patch
>
>
> Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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


[jira] Resolved: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

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

Yonik Seeley resolved SOLR-1166.
--------------------------------

    Resolution: Fixed

committed.

> speed up DocSet generation for term queries and avoid scoring for all queries.
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1166
>                 URL: https://issues.apache.org/jira/browse/SOLR-1166
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1166.patch, SOLR-1166.patch
>
>
> Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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


[jira] Commented: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709571#action_12709571 ] 

Yonik Seeley commented on SOLR-1166:
------------------------------------

Oops, yes, I added a DocSetCollector which doesn't collect score() in addition to keeping the DocSetHitCollector (needed for the timed collector currently).

> speed up DocSet generation for term queries and avoid scoring for all queries.
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1166
>                 URL: https://issues.apache.org/jira/browse/SOLR-1166
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1166.patch
>
>
> Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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


[jira] Commented: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709591#action_12709591 ] 

Yonik Seeley commented on SOLR-1166:
------------------------------------

performance improvement for DocSet generation:
  ~14% for term filters that match a lot of documents
  ~10% for a boolean query with 2 optional terms that match a lot of docs

I plan on committing shortly.

> speed up DocSet generation for term queries and avoid scoring for all queries.
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1166
>                 URL: https://issues.apache.org/jira/browse/SOLR-1166
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1166.patch, SOLR-1166.patch
>
>
> Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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


[jira] Commented: (SOLR-1166) speed up DocSet generation for term queries and avoid scoring for all queries.

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709282#action_12709282 ] 

Shalin Shekhar Mangar commented on SOLR-1166:
---------------------------------------------

Yonik, did you rename DocSetHitCollector to DocSetCollector? There's no DocSetCollector in the patch.

> speed up DocSet generation for term queries and avoid scoring for all queries.
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-1166
>                 URL: https://issues.apache.org/jira/browse/SOLR-1166
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1166.patch
>
>
> Use subreaders, bypass scoring, and use more efficient termdocs APIs to speed up docset generation.

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