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