RE: display solr result in JSP

2010-07-28 Thread Ma, Xiaohui (NIH/NLM/LHC) [C]
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

Re: display solr result in JSP

2010-07-28 Thread Ranveer
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