Hello, I am trying to display the highlight string in different color on jsp. I use following in servlet.
query.setHighlight(true).setHighlightSnippets(1); query.setParam("hl.fl", "Abstract"); I wonder how I can display it in jsp Thanks in advanced. xm