You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Paco Avila (JIRA)" <ji...@apache.org> on 2010/03/01 22:18:05 UTC

[jira] Commented: (JCR-1697) Simple Google style query

    [ https://issues.apache.org/jira/browse/JCR-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839860#action_12839860 ] 

Paco Avila commented on JCR-1697:
---------------------------------

The GQL.execute() returns a RowIterator and would be nice to return a QueryResult, so I can make a result.getColumnNames() to get the returned column names. Or perhaps better, make public the method which translates the GQL query to XPath so I can pass it to the QueryManager and execute it.

> Simple Google style query
> -------------------------
>
>                 Key: JCR-1697
>                 URL: https://issues.apache.org/jira/browse/JCR-1697
>             Project: Jackrabbit Content Repository
>          Issue Type: New Feature
>          Components: jackrabbit-jcr-commons
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> In the Sling project there's a need for a simple query language. See SLING-573.
> I've created a parser that translates the simple query into an XPath query statement and executes it on a JCR workspace.
> I'll commit it to the jackrabbit-jcr-commons module.

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