Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 28976 invoked from network); 10 Jun 2009 07:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 07:11:49 -0000 Received: (qmail 26015 invoked by uid 500); 10 Jun 2009 07:12:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 25940 invoked by uid 500); 10 Jun 2009 07:12:00 -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 25932 invoked by uid 99); 10 Jun 2009 07:12:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 07:12:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mreutegg@day.com designates 207.126.148.183 as permitted sender) Received: from [207.126.148.183] (HELO eu3sys201aog003.obsmtp.com) (207.126.148.183) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 10 Jun 2009 07:11:51 +0000 Received: from source ([209.85.220.209]) by eu3sys201aob003.postini.com ([207.126.154.11]) with SMTP ID DSNKSi9cobhO0CiOMV3Ssgu0MVUsst1KVezr@postini.com; Wed, 10 Jun 2009 07:11:30 UTC Received: by fxm5 with SMTP id 5so65139fxm.45 for ; Wed, 10 Jun 2009 00:11:29 -0700 (PDT) MIME-Version: 1.0 Sender: mreutegg@day.com Received: by 10.223.109.198 with SMTP id k6mr844998fap.46.1244617889463; Wed, 10 Jun 2009 00:11:29 -0700 (PDT) In-Reply-To: <4A2D3E7D.4000701@brainlounge.de> References: <4A13DB7F.2000608@brainlounge.de> <4A146005.9050600@brainlounge.de> <4A2D08C6.60304@brainlounge.de> <4A2D3E7D.4000701@brainlounge.de> Date: Wed, 10 Jun 2009 09:11:28 +0200 X-Google-Sender-Auth: 5006f025b719fc0c Message-ID: Subject: Re: Controlling the Lucene indexing From: Marcel Reutegger To: dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, 2009/6/8 Bernd Fondermann : > It'd open a nice set of applications. > For example, if I tag docs, type them or keep headlines or authors in > separate attributes (and fields), I could do much more sophisticated > searches. I see. Did you consider storing this additional information as regular content? i.e. create a regular JCR property instead of creating this low-level-behind-the-scences fields in lucene. then run the more sophisticated searches on those additional properties. regards marcel > The downside of not being able to do this (controlling Lucene doc > creation) is having another, self-managed index, and (re-)indexing must > be done by hand, using JCR listeners or some other approach. > > =A0Bernd >