I'm beginning with SOLR so please don't flame me if this question is stupid or something like this. I was reading solr documentation and found out that there is something called "highlight". I have really simple query:
/select?q=text:test&wt=json&indent=true
text is a field in my index and I'm trying to highlight all results this query highlight only first hit:
/select?q=text:text&wt=json&indent=true&hl=true&hl.simple.pre=<b>&hl.simple.post=</b>
Whan I'm doing wrong ? Is there any possibility for example to cut 50 chars more after hightlight and get not only first hit highlighted