hi all,
I'm trying to get result like :
blabla <b>keyword</b> blabla ... blabla<b>keyword</b> blabla...

so, I'd like to show 2  fragments.I've added these settings
    <str name="hl.simple.pre"><![CDATA[<b>]]></str>
    <str name="hl.simple.post"><![CDATA[</b>]]></str>
   <str name="f.content.hl.fragsize">20</str>
    <str name="f.content.hl.snippets">3</str>

but I get only 1 fragment blabla <b>keyword</b> blabla.
Am I trying to do it right way? Is it what can be done via changes in config file?

how do I add separator between fragments(like ... in this example)?
thanks.


Reply via email to