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 2008/01/15 12:37:33 UTC

[jira] Created: (JCR-1313) Additional excerpt provider implementation

Additional excerpt provider implementation
------------------------------------------

                 Key: JCR-1313
                 URL: https://issues.apache.org/jira/browse/JCR-1313
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Marcel Reutegger
            Priority: Minor
             Fix For: 1.5


The current DefaultHTMLExcerpt implementation is very simple. It basically picks the first three fragments, regardless of how many matches it contains. There should be an alternative implementation that weights the fragments based on the number of matching terms and the whether phrases have matched.

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


[jira] Resolved: (JCR-1313) Additional excerpt provider implementation

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-1313.
-----------------------------------

    Resolution: Fixed

Added WeightedXMLExcerpt and WeightedHTMLExcerpt in revision: 612123

> Additional excerpt provider implementation
> ------------------------------------------
>
>                 Key: JCR-1313
>                 URL: https://issues.apache.org/jira/browse/JCR-1313
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.5
>
>
> The current DefaultHTMLExcerpt implementation is very simple. It basically picks the first three fragments, regardless of how many matches it contains. There should be an alternative implementation that weights the fragments based on the number of matching terms and the whether phrases have matched.

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