You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2010/07/02 15:42:50 UTC

[jira] Resolved: (JCR-2670) Optimize ReadOnlyIndexReader.read(int[] docs, int[] freqs)

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

Marcel Reutegger resolved JCR-2670.
-----------------------------------

    Fix Version/s: 2.2.0
       Resolution: Fixed

Committed patch in revision: 959982

> Optimize ReadOnlyIndexReader.read(int[] docs, int[] freqs)
> ----------------------------------------------------------
>
>                 Key: JCR-2670
>                 URL: https://issues.apache.org/jira/browse/JCR-2670
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: JCR-2670.patch
>
>
> This method is currently implemented trivially using next(), doc() and freq(). It should read in blocks and filter out deleted docs.

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