Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 98593 invoked from network); 13 Nov 2007 15:16:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2007 15:16:41 -0000 Received: (qmail 19277 invoked by uid 500); 13 Nov 2007 15:16:22 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 19247 invoked by uid 500); 13 Nov 2007 15:16:22 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 19236 invoked by uid 99); 13 Nov 2007 15:16:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 07:16:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.137.179.196] (HELO equipa.di.uevora.pt) (193.137.179.196) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 15:17:14 +0000 Received: from [10.10.10.194] (sslwrap@localhost [127.0.0.1]) by equipa.di.uevora.pt (8.13.5/8.13.5/Debian-3) with ESMTP id lADFG0pX015946 for ; Tue, 13 Nov 2007 15:16:00 GMT Subject: Re: Lucene search question From: =?ISO-8859-1?Q?Cl=E1udio?= Fernandes To: java-user@lucene.apache.org In-Reply-To: <75900C13-71C1-4AF1-8DE4-0CA914AA7C65@apache.org> References: <1194956503.6185.13.camel@localhost.localdomain> <75900C13-71C1-4AF1-8DE4-0CA914AA7C65@apache.org> Content-Type: text/plain; charset=ISO-8859-15 Organization: Universidade =?ISO-8859-1?Q?=C9vora?= Date: Tue, 13 Nov 2007 15:16:26 +0000 Message-Id: <1194966986.6185.26.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Tue, 2007-11-13 at 07:32 -0500, Grant Ingersoll wrote: > Yes, your application can do this using Lucene. Lucene is a low level > search enabling library, it is up to your application to give meaning > to what you put in it. > > One way doing what you want is to give each section its own Field for > any given document. Ok, thanks poeple for the quick responses. I will try that. Cheers, > Cheers, > Grant > On Nov 13, 2007, at 7:21 AM, Cl�udio Fernandes wrote: > > > Hello all, > > > > I don't know if this is a somehow naive question, but here we go: > > > > Does Lucene support index by sections? Like having a text document > > with > > three sections divided by XML tags indexed in a way we could do a > > search > > by work and section. Does Lucene itself support this kind of > > indexing or > > should it be used with other engines like Cocoon? > > > > Thanks in advance for your time, > > > > > > -- > > Cl�udio Fernandes > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > > For additional commands, e-mail: java-user-help@lucene.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > -- Cl�udio Fernandes --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org