[
https://issues.apache.org/jira/browse/JCR-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839864#action_12839864
]
Paco Avila commented on JCR-1697:
---------------------------------
Another option is to handle these kind of queries internally making possible to
run it as:
queryManager.createQuery(statement, type);
Where "type" could be "gql" in this case, and the statement a GQL query.
> 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.