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/05/14 13:58:16 UTC

[jira] Resolved: (JCR-920) rep:excerpt() should also work on properties

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

Marcel Reutegger resolved JCR-920.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Committed in revision: 537791

The function now also allows referencing a string property and will return an excerpt that covers the full string value with terms highlighted that match the query terms:

Row row = ...
Value excerpt = row.getValue("rep:excerpt(stringProp)");

> rep:excerpt() should also work on properties
> --------------------------------------------
>
>                 Key: JCR-920
>                 URL: https://issues.apache.org/jira/browse/JCR-920
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: query
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.4
>
>
> Currently the rep:excerpt() function can only be used to create an excerpt with highlight information from a node, the function should also support highlighting of string properties.

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