Ah, I think I misread your question. So your question is actually, how make
solr embed higlighting into the doc response itself. I'm not aware of such
a functionality. This why you have the "highlighting" section in your
response.
On Tue, Jul 23, 2013 at 2:30 PM, Dmitry Kan wrote:
> You just ne
You just need to specify the emphasizing tag in hl params by adding
something like this to your query:
&hl.fl=content&hl.simple.pre=&hl.simple.post=<%2Fb>
Check the solr admin page, the querying item, it shows the constructed
query, so you don't need to guess!
Regards,
Dmitry
On Mon, Jul 22