: Subject: how to highlight string in jsp
: References: <8cd00862ad8eae9-12e0-2...@webmail-m057.sysops.aol.com>
:
: In-Reply-To:
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not reply
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