e-
From: Ranveer [mailto:ranveer.s...@gmail.com]
Sent: Wednesday, July 28, 2010 11:27 AM
To: solr-user@lucene.apache.org
Subject: Re: display solr result in JSP
Hi,
very simple to display value in jsp. if you are using solrj then simply
store value in bean from java class and can display.
same
Hi,
very simple to display value in jsp. if you are using solrj then simply
store value in bean from java class and can display.
same thing you can do in servlet too.. get the solr server response and
return in bean or can display directly(in servlet).
hope you will able to do.
regards
Ranvee
I am new for solr. Just got example xml file index and search by following solr
tutorial. I wonder how I can get the search result display in a JSP. I really
appreciate any suggestions you can give.
Thanks so much,
Xiaohui