Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 86104 invoked from network); 22 Jun 2009 09:46:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 09:46:19 -0000 Received: (qmail 13574 invoked by uid 500); 22 Jun 2009 09:46:30 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 13526 invoked by uid 500); 22 Jun 2009 09:46:30 -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 13518 invoked by uid 99); 22 Jun 2009 09:46:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 09:46:30 +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, 22 Jun 2009 09:46:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B65AF234C004 for ; Mon, 22 Jun 2009 02:46:07 -0700 (PDT) Message-ID: <1713097191.1245663967741.JavaMail.jira@brutus> Date: Mon, 22 Jun 2009 02:46:07 -0700 (PDT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-2166) Provide query support for WEAKREFERENCE reverse lookup In-Reply-To: <1843335128.1245421327340.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-2166: ---------------------------------- Summary: Provide query support for WEAKREFERENCE reverse lookup (was: provide QOM support for WEAKREFERENCE reverse lookup) > Provide query support for WEAKREFERENCE reverse lookup > ------------------------------------------------------- > > Key: JCR-2166 > URL: https://issues.apache.org/jira/browse/JCR-2166 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: query > Affects Versions: 2.0-alpha1 > Reporter: Stefan Guggisberg > Priority: Minor > > the current implementation of Node.getWeakReferences() and getWeakReferences(String) uses a fulltext query in order to find weak references to a particular node. > this requires the PlainTextExtractor to be enabled in the Search config, e.g. : > > providing 'native' WEAKREFERNCE reverse lookup in Jackrabbit's QOM implementation would be certainly more efficient. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.