Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 15189 invoked from network); 10 Apr 2007 10:15:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2007 10:15:10 -0000 Received: (qmail 1797 invoked by uid 500); 10 Apr 2007 10:15:15 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 1782 invoked by uid 500); 10 Apr 2007 10:15:15 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 1772 invoked by uid 99); 10 Apr 2007 10:15:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 03:15:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Apr 2007 03:15:08 -0700 Received: (qmail invoked by alias); 10 Apr 2007 10:14:46 -0000 Received: from l2tp.day.com (EHLO [192.168.10.14]) [62.192.10.243] by mail.gmx.net (mp001) with SMTP; 10 Apr 2007 12:14:46 +0200 X-Authenticated: #894343 X-Provags-ID: V01U2FsdGVkX1/BsV9g7bjB9U7QcaURGT3bhHmkWt5n5wJt/uY56a JfheDgUaycR6nV Message-ID: <461B6391.5010708@gmx.net> Date: Tue, 10 Apr 2007 12:14:41 +0200 From: Marcel Reutegger User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: How to find similar nodes(somewhat like google similar pages)? References: <9850410.post@talk.nabble.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Christoph Kiehl wrote: > Right now Jackrabbit doesn't support this, probably mainly because the > JCR spec doesn't define such a thing. that's correct. > I think Marcel recently added search term highlighting which isn't > definded by the JCR spec as well. May be one could add a custom xpath > function? But I'm not quite sure if this is a funtionality a content > repository should be responsible for. well, it could be very handy to have such a function. at least the index already contains all the necessary information that is required for the similarity search functionality. If there's more interested in such a feature please file a enhancement request in JIRA. regards marcel