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