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/05/06 16:25:50 UTC

[jira] Resolved: (JCR-2624) Reduce memory usage of ParentAxisScorer

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

Marcel Reutegger resolved JCR-2624.
-----------------------------------

    Fix Version/s: 2.2.0
       Resolution: Fixed

Implemented in revision: 941752

> Reduce memory usage of ParentAxisScorer
> ---------------------------------------
>
>                 Key: JCR-2624
>                 URL: https://issues.apache.org/jira/browse/JCR-2624
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> The ParentAxisScorer keeps a map of non-default scores while it calculates the parent matches of the context scorer. In most cases the scores are not equal to the default score, but still may be all the same.
> The scorer should therefore use the first score value as the default instead of the currently used 1.0f.

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