Solr highlighting
问题 I saw this post here, he explains well howto show a highlighted result, but for me this is not going to work... I am getting the lst with highlighting and all, but the text in that is very less compared to the original response without highlighting... How do I merge highlighting content with original result set in php ? 回答1: Try hl.fragsize to increase the size of the highlighted snippet returned by Solr. 回答2: I would recommend to use a non-default highlighter to get much better results.