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 2007/03/16 14:53:09 UTC

[jira] Updated: (JCR-791) Improve performance of MatchAllScorer

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

Marcel Reutegger updated JCR-791:
---------------------------------

    Summary: Improve performance of MatchAllScorer  (was: Cache BitSet per IndexReader in MatchAllScorer)

Changed summary to describe what should be improved and not how.

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