it is accidentally became elegant. anyway i got the solution without using
hl.mergeContiguous , because its not working.
look at http://jsfiddle.net/bhXbh/31/ for the solution
-
Thanks & Regards
Romi
--
View this message in context:
http://lucene.472066.n3.nabble.com/Highlight-whole-q
On Wed, Jul 6, 2011 at 12:07, Romi wrote:
> I included hl.mergeContiguous parameter. in my url but no effect on search
> result highlighting.
> actually i need to parse highlighting property. please look at
> http://jsfiddle.net/bhXbh/4/
I just noticed that I actually don't understand what proble
ight-whole-query-phrase-tp3143797p3144157.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Wed, Jul 6, 2011 at 09:27, Romi wrote:
>
> Now how should i parse so that i got gold ring highlighted
>
Take a look at the hl.mergeContiguous parameter.
http://wiki.apache.org/solr/HighlightingParameters#hl.mergeContiguous
t;;
var j=0;
for (j=0 ;j<=item.text.length;j++)
{
result = result+item.text[j]+"";
}
result=result.replace(word,'' + word +
'');
});
*
Now how should i parse so that i got gold ring highlighted
-----
Thanks & Regards
Romi
--
View this