Re: Background color searched word

2006-01-11 Thread Byron Miller
src/java/org/apache/nutch/searcher/Summary.java It has a b to mark the term. I typically edit this and use a CSS style sheet to make this easier to customize for my clients. -byron --- Andy Morris [EMAIL PROTECTED] wrote: How do I change the background color on the results page for the

Re: Background color searched word

2006-01-11 Thread carmmello
Could you, please, give more informations about this? How to edit this file? Tanks

Re: Background color searched word

2006-01-11 Thread David Wallace
Hi Andy, I don't know which version of Nutch you're using, but in 0.7, it's in the Summary.Highlight class in org.apache.nutch.searcher. It should be clear how to change it. Regards, David Wallace. Date: Wed, 11 Jan 2006 15:20:05 -0500 From: Andy Morris [EMAIL PROTECTED] To:

RE: Background color searched word

2006-01-11 Thread Andy Morris
); } what do I need to change? andy -Original Message- From: David Wallace [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 5:15 PM To: nutch-user@lucene.apache.org Subject: Re: Background color searched word Hi Andy, I don't know which version of Nutch you're using

Re: Background color searched word

2006-01-11 Thread Jérôme Charron
); } what do I need to change? andy -Original Message- From: David Wallace [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 5:15 PM To: nutch-user@lucene.apache.org Subject: Re: Background color searched word Hi Andy, I don't know which version of Nutch you're using

Re: Background color searched word

2006-01-11 Thread Jack Tang
. */ public Highlight(String text) { super(text); } what do I need to change? andy -Original Message- From: David Wallace [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 5:15 PM To: nutch-user@lucene.apache.org Subject: Re: Background color searched word