You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Paul Ramirez (JIRA)" <ji...@apache.org> on 2012/08/29 17:08:07 UTC

[jira] [Created] (OODT-489) Reduce number of queries for filemanager lucene catalog

Paul Ramirez created OODT-489:
---------------------------------

             Summary: Reduce number of queries for filemanager lucene catalog
                 Key: OODT-489
                 URL: https://issues.apache.org/jira/browse/OODT-489
             Project: OODT
          Issue Type: Improvement
          Components: file manager
            Reporter: Paul Ramirez
            Assignee: Paul Ramirez
             Fix For: 0.5


When doing page queries the lucene catalog implementation submits a query twice; once to get the total number of pages and the other to get the actual results. If the page is passed down into the paginateQuery function it can set the total pages.

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

[jira] [Resolved] (OODT-489) Reduce number of queries for filemanager lucene catalog

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

Paul Ramirez resolved OODT-489.
-------------------------------

    Resolution: Fixed

Committed revision 1378994.
                
> Reduce number of queries for filemanager lucene catalog
> -------------------------------------------------------
>
>                 Key: OODT-489
>                 URL: https://issues.apache.org/jira/browse/OODT-489
>             Project: OODT
>          Issue Type: Improvement
>          Components: file manager
>            Reporter: Paul Ramirez
>            Assignee: Paul Ramirez
>             Fix For: 0.5
>
>
> When doing page queries the lucene catalog implementation submits a query twice; once to get the total number of pages and the other to get the actual results. If the page is passed down into the paginateQuery function it can set the total pages.

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