Did you mean that you want multiple snippets? 

http://wiki.apache.org/solr/HighlightingParameters#hl.snippets



-----Original Message-----
From: Rafael Ribeiro [mailto:rafae...@gmail.com] 
Sent: Monday, December 10, 2012 11:20 AM
To: solr-user@lucene.apache.org
Subject: highlighting multiple occurrences

Hi all,

 I have a solr instance with one field configured for highlighting as
follows:
 <str name="hl">on</str>
 <str name="hl.fl">conteudo</str>
 <str name="hl.fragsize">500</str>
 <str name="hl.maxAnalyzedChars">999999999</str>
 <str name="hl.simple.pre">&lt;font style="background-color:
yellow"&gt;</str>
 but I was willing to have the highlighter display multiple occurrences of the 
query instead of the first one... is it possible? I tried searching this 
mailing list but I couldn't find anyone mentioning this...

best regards,
Rafael



--
View this message in context: 
http://lucene.472066.n3.nabble.com/highlighting-multiple-occurrences-tp4025715.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to