[jira] [Updated] (OAK-262) Query: support pseudo properties like jcr:score() and rep:excerpt()

2014-03-19 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-262:
--

Priority: Critical  (was: Major)

> 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
>Priority: Critical
> Fix For: 0.20
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-262) Query: support pseudo properties like jcr:score() and rep:excerpt()

2014-03-18 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-262:
--

Fix Version/s: (was: 1.0)
   0.20

> 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
> Fix For: 0.20
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (OAK-262) Query: support pseudo properties like jcr:score() and rep:excerpt()

2013-12-11 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-262:
---

Fix Version/s: (was: 0.14)
   1.0

> 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
> Fix For: 1.0
>
>
> 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 was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (OAK-262) Query: support pseudo properties like jcr:score() and rep:excerpt()

2013-11-28 Thread Thomas Mueller (JIRA)

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

Thomas Mueller updated OAK-262:
---

Fix Version/s: (was: 0.13)
   0.14

> 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
> Fix For: 0.14
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (OAK-262) Query: support pseudo properties like jcr:score() and rep:excerpt()

2013-11-07 Thread Michael Marth (JIRA)

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

Michael Marth updated OAK-262:
--

Fix Version/s: 0.12

> 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
> Fix For: 0.12
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)