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

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

GQL is already in jcr-commons, so the purity is broken.

Anyway, my principal problem is that I can paginate the result of GQL, because 
the optimized method seems to be:

((QueryImpl) query).setLimit(limit);
((QueryImpl) query).setOffset(offset);

and it return a RowIterator. 

> 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.

Reply via email to