RE: Alternate Lucene Query Highlighter

2005-06-27 Thread Bohl, David
I uploaded the class. See bug#35518. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 3:59 PM To: java-user@lucene.apache.org Subject: Re: Alternate Lucene Query Highlighter David - please create a new issue in Lucene's Bugzilla system

Re: Alternate Lucene Query Highlighter

2005-06-24 Thread Erik Hatcher
David - please create a new issue in Lucene's Bugzilla system (see the Lucene website for a link) and then add your code to the newly created issue. This sounds like a very valuable contribution! Erik On Jun 24, 2005, at 4:46 PM, Bohl, David wrote: I created a lucene query highlighter

Alternate Lucene Query Highlighter

2005-06-24 Thread Bohl, David
I created a lucene query highlighter (borrowing some code from the one in the sandbox) that my company is using. It better handles phrase queries, doesn't break HTML entities, and has the ability to either highlight terms in an entire document or to highlight fragments from the document. I would