From lucene-user-return-8563-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Thu Jun 03 03:46:18 2004 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 77363 invoked from network); 3 Jun 2004 03:46:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jun 2004 03:46:18 -0000 Received: (qmail 58111 invoked by uid 500); 3 Jun 2004 03:46:13 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 57938 invoked by uid 500); 3 Jun 2004 03:46:11 -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 57905 invoked by uid 99); 3 Jun 2004 03:46:11 -0000 Received: from [203.111.30.226] (HELO FIREBIRD) (203.111.30.226) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 02 Jun 2004 20:46:11 -0700 From: "Anson Lau" To: "'Lucene Users List'" Subject: RE: a list of matching search term Date: Thu, 3 Jun 2004 13:46:21 +1000 Message-ID: <20040603134621.D9536696.2C3EDCF3@FIREBIRD> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <349E3808-B477-11D8-BEE2-000393A564E6@ehatchersolutions.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Erik I'll give that a try. Anson -----Original Message----- From: Erik Hatcher [mailto:erik@ehatchersolutions.com] Sent: Wednesday, June 02, 2004 7:28 PM To: Lucene Users List Subject: Re: a list of matching search term On Jun 1, 2004, at 9:19 PM, Anson Lau wrote: > Further to my previous email: The highlighter package should be able > to pick > up the matching search terms. Can some experienced highlighter package > users tell me if I should look down that line? Yes, Highlighter (available in the sandbox) picks out matching terms. If you used a custom Formatter with Highlighter, you could pick out matching terms and have a list of them. This would not be something you do for every hit, though, as it would take a little time to do for each document. Erik --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org