You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by okayndc <bo...@gmail.com> on 2011/10/15 19:53:03 UTC

guidance: using Lucene/servlets/jsps

is anyone here familiar with lucene/servlets/jsps? if so, i need some
guidance. 

i have successfully indexed content and have a servlet that searches through
a lucene index and returns hit documents in a table format via a jsp. the
hit documents contain highlighted content so that the users eye can quickly
jump to the keyword specified. is it possible to pass the highlighted term
to another jsp? or does the jsp have to have access to the lucene attribute
(for example: session.setAttribute("searchResult", searchResult); ) via the
search servlet? 

i hope this makes sense. any help is greatly appreciated!

--
View this message in context: http://lucene.472066.n3.nabble.com/guidance-using-Lucene-servlets-jsps-tp3424343p3424343.html
Sent from the Lucene - General mailing list archive at Nabble.com.