Re: Highlighting in Solr

2015-04-26 Thread Zheng Lin Edwin Yeo
I supposed currently the only way to show the highlighting snippets in xml and json output is via a separate section at the bottom, and it is currently not possible to show the highlighted snippets together with the rest of the response? Regards, Edwin On 22 April 2015 at 21:57, Zheng Lin Edwin

Re: Highlighting in solr

2011-05-24 Thread Darren Govoni
You should be able to retrieve the snippets in your search engine and combine or format them however you like before returning the results to your client Right? So in your middle tier, you invoke solr with a search, get the results, retrieve the snippets, iterate over them and format to your needs