[
https://issues.apache.org/jira/browse/JCR-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger updated JCR-2670:
----------------------------------
Attachment: JCR-2670.patch
Proposed patch reduces the average time of the query in
LargeResultSetTest.testResultSet (without path constraint) from 16 ms to 10 ms.
> 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
> 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.