Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 22747 invoked from network); 1 Mar 2010 21:18:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 21:18:28 -0000 Received: (qmail 80272 invoked by uid 500); 1 Mar 2010 21:18:26 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 80235 invoked by uid 500); 1 Mar 2010 21:18:26 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 80154 invoked by uid 99); 1 Mar 2010 21:18:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 21:18:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 21:18:26 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF081234C4AD for ; Mon, 1 Mar 2010 21:18:05 +0000 (UTC) Message-ID: <736924474.42141267478285912.JavaMail.jira@brutus.apache.org> Date: Mon, 1 Mar 2010 21:18:05 +0000 (UTC) From: "Paco Avila (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-1697) Simple Google style query In-Reply-To: <76666331.1217425532804.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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.