Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 68319 invoked from network); 14 May 2007 10:04:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 10:04:39 -0000 Received: (qmail 27733 invoked by uid 500); 14 May 2007 10:04:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 27354 invoked by uid 500); 14 May 2007 10:04:43 -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 27345 invoked by uid 99); 14 May 2007 10:04:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 03:04:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 03:04:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66DC8714057 for ; Mon, 14 May 2007 03:04:16 -0700 (PDT) Message-ID: <10614440.1179137056412.JavaMail.jira@brutus> Date: Mon, 14 May 2007 03:04:16 -0700 (PDT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Reopened: (JCR-906) Introduce similarity function In-Reply-To: <2594977.1178716335278.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reopened JCR-906: ---------------------------------- Should also support a relative path argument just like jcr:contains(). > Introduce similarity function > ----------------------------- > > Key: JCR-906 > URL: https://issues.apache.org/jira/browse/JCR-906 > Project: Jackrabbit > Issue Type: New Feature > Components: query > Reporter: Marcel Reutegger > Priority: Minor > Fix For: 1.4 > > > The query handler should support a similarity function that allows one to find nodes that are similar to a given existing one. > Example: > //*[rep:similar("/foo/bar")] > Finds nodes that are similar to node /foo/bar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.