Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 77926 invoked from network); 29 Dec 2003 16:27:08 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Dec 2003 16:27:08 -0000 Received: (qmail 76392 invoked by uid 500); 29 Dec 2003 16:26:57 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 76350 invoked by uid 500); 29 Dec 2003 16:26:56 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 76337 invoked from network); 29 Dec 2003 16:26:56 -0000 Received: from unknown (HELO web12707.mail.yahoo.com) (216.136.173.244) by daedalus.apache.org with SMTP; 29 Dec 2003 16:26:56 -0000 Message-ID: <20031229162659.97804.qmail@web12707.mail.yahoo.com> Received: from [194.152.226.249] by web12707.mail.yahoo.com via HTTP; Mon, 29 Dec 2003 08:26:59 PST Date: Mon, 29 Dec 2003 08:26:59 -0800 (PST) From: Otis Gospodnetic Subject: Re: Types of field in index To: Lucene Users List In-Reply-To: <3FF040EB.8050804@smail.uni-koeln.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I believe Digester is smart enough to call that method when it reaches the end, even if the document contain only one of those elements you mentioned. I just saw this the other day when I used Digester to parse some XML. Otis --- Thomas_Kr�mer wrote: > Hello, > > >> *sorry* for previous mail, sometimes shortkeys are not that > helpful... >> > > Thanks for that hint, Otis. > Digester is a very comfortable way to customize the indexing of xml > using lucene. > And it works fine except one thing: > > According to the example in the article is set the addDocument (here: > addRecord) method when reading > the last element: > > // call 'addContact' method when the next 'oaidc:dc' pattern is seen > digester.addSetNext(("oaidc:dc", "addRecord"); > > but as each file contains only one opening tag (and not as > in the example: on > adressbook-file contains various contact elements), how do i decide > when to call the addRecord method? > > i tried empty String and null, but it didn�t work. > is there a posibility to tell Digester what to to at endoffile? > > Thanks a lot ! > > > > Otis Gospodnetic schrieb: > > I suggest you look at the Articles section of Lucene's site, in > > particular an article about XML, Lucene, and Digester. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org