On 8/12/2011 12:52 AM, nagarjuna wrote:
Hi i have queried solr to retrieve information from database now i have to
integrate with web page...i dont know how to implement this please help
me...
actually i have one jsp page which is having search field and search
button now i need to get the results from solr in the jsp page..........pls
help me
This video:
http://www.lucidimagination.com/devzone/videos-podcasts/how-to/adding-search-your-web-application-lucidworks-enterprise
explains how to do it in PHP, but the concepts are the same using
SolrJ. (The video is about LucidWorks Enterprise, but the section on
retrieving data, which starts at about 5:40, applies just as well to
Solr.) You can get more information on SolrJ here:
http://wiki.apache.org/solr/Solrj
Hope that helps...
---- Nick