[ https://issues.apache.org/jira/browse/JCR-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcel Reutegger updated JCR-791: --------------------------------- Attachment: MatchAllScorer.java.diff MatchAllScorer diff, which introduces a BitSet cache. > Improve performance of MatchAllScorer > ------------------------------------- > > Key: JCR-791 > URL: https://issues.apache.org/jira/browse/JCR-791 > Project: Jackrabbit > Issue Type: Improvement > Components: query > Reporter: Marcel Reutegger > Priority: Minor > Fix For: 1.3 > > Attachments: MatchAllScorer.java.diff > > > The BitSets created in MatchAllScorer should be cached per IndexReader. This > enhancement should also take care that the supplied IndexReader may in fact > be a CombinedIndexReader or a CachingMultiReader with multiple contained > IndexReaders. To achieve a good cache efficiency the BitSets must be cached > per contained IndexReader and combined later. > See also thread on dev list: > http://thread.gmane.org/gmane.comp.apache.jackrabbit.devel/10976 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.