Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 92140 invoked from network); 9 Feb 2008 19:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2008 19:28:50 -0000 Received: (qmail 16387 invoked by uid 500); 9 Feb 2008 19:28:37 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16217 invoked by uid 500); 9 Feb 2008 19:28:36 -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 16206 invoked by uid 99); 9 Feb 2008 19:28:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 11:28:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lucenelist2007@danielnaber.de designates 80.67.29.43 as permitted sender) Received: from [80.67.29.43] (HELO smtprelay13.ispgateway.de) (80.67.29.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 19:28:03 +0000 Received: from [84.191.194.62] (helo=p54bfc23e.dip.t-dialin.net) by smtprelay13.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JNvMu-0007nM-Hd for java-user@lucene.apache.org; Sat, 09 Feb 2008 20:28:08 +0100 From: Daniel Naber To: java-user@lucene.apache.org Subject: Re: Compiled Term Hightlighter Date: Sat, 9 Feb 2008 20:28:05 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) References: <15388068.post@talk.nabble.com> In-Reply-To: <15388068.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802092028.06184@danielnaber.de> X-Df-Sender: 695637 X-Virus-Checked: Checked by ClamAV on apache.org On Samstag, 9. Februar 2008, Cesar Ronchese wrote: > I'm not a java developer, so I'm getting stuck on compiling the Term > Highlighter of source files acquired from the Lucene Sandbox. The highlighter is part of the release, in Lucene 2.3 it's under /build/contrib/highlighter/lucene-highlighter-2.3.jar, or are you looking for some other highlighter? > Just another doubt, is the Term Highligther not really able to > highlights fuzzy terms (~)? As far I tested, I could not find any way to > do that. You just need to use give the highlighter a query on which .rewrite() was called. Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org