[
https://issues.apache.org/jira/browse/OAK-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Mueller updated OAK-262:
-------------------------------
Component/s: core
Assignee: Thomas Mueller
Issue Type: Improvement (was: Bug)
> Query: support pseudo properties like jcr:score() and rep:excerpt()
> -------------------------------------------------------------------
>
> Key: OAK-262
> URL: https://issues.apache.org/jira/browse/OAK-262
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: core
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
>
> The query engine currently only supports properties that are stored within a
> node. It doesn't currently support "pseudo-properties" that are provided by
> an index, for example jcr:score() and rep:excerpt().
> To support such properties, I suggest to change the Cursor interface to
> return an "IndexRow" (a new class that can return such pseudo-properties as
> well as the path) instead of just the path.
> This may also speed up queries that don't require to load the node itself (if
> access rights can be checked efficiently or don't need to be checked for a
> given query).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira