Re: Highlighting match term in bold rather than italic

2010-10-04 Thread Otis Gospodnetic
; > 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

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? >

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