Re: Highlighting match term in bold rather than italic

2010-10-04 Thread Otis Gospodnetic
Hi,

It's a matter of the config.  Have a look at the highlighter section of 
solrconfig.xml.

Otis 

Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Lucene ecosystem search :: http://search-lucene.com/



- Original Message 
> From: "efr...@gmail.com" 
> To: solr-user@lucene.apache.org
> Sent: Thu, September 30, 2010 5:54:19 PM
> Subject: Highlighting match term in bold rather than italic
> 
> Hi all -
> 
> Does anyone know how to produce solr results where the match  term is
> highlighted in bold rather than italic?
> 
> thanks in  advance,
> 
> Brad
> 


Re: Highlighting match term in bold rather than italic

2010-09-30 Thread Scott Yeadon

 Check out
http://wiki.apache.org/solr/HighlightingParameters
and the hl.simple.pre/hl.simple.post options

You may be also able to control the display of the default  via CSS 
but will depend on your rendering context as to whether this is feasible.


Scott.

On 1/10/10 7:54 AM, efr...@gmail.com wrote:

Hi all -

Does anyone know how to produce solr results where the match term is
highlighted in bold rather than italic?

thanks in advance,

Brad





Re: Highlighting match term in bold rather than italic

2010-09-30 Thread Scott Gonyea
Your solrconfig has a highlighting section.  You can make that CDATA
thing whatever you want.  I changed it to .

On Thu, Sep 30, 2010 at 2:54 PM, efr...@gmail.com  wrote:
> Hi all -
>
> Does anyone know how to produce solr results where the match term is
> highlighted in bold rather than italic?
>
> thanks in advance,
>
> Brad
>


Highlighting match term in bold rather than italic

2010-09-30 Thread efr...@gmail.com
Hi all -

Does anyone know how to produce solr results where the match term is
highlighted in bold rather than italic?

thanks in advance,

Brad