Re: How to make a client in JSP which will take output from Solr Server

2010-12-04 Thread Gora Mohanty
On Sun, Dec 5, 2010 at 1:51 AM, Anurag wrote: > > Ok, I solved it by just opening the connection and then parsing the output > from xml to front page. Though It has some security isuue... See AJAX Solr: http://evolvingweb.github.com/ajax-solr/ Regards, Gora

Re: How to make a client in JSP which will take output from Solr Server

2010-12-04 Thread Anurag
Ok, I solved it by just opening the connection and then parsing the output from xml to front page. Though It has some security isuue... - Kumar Anurag -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-make-a-client-in-JSP-which-will-take-output-from-Solr-Server-tp1

Re: How to make a client in JSP which will take output from Solr Server

2010-09-18 Thread Gora Mohanty
On Sat, Sep 18, 2010 at 6:22 PM, Anurag wrote: > > Actually i have Crwaled the data using Nutch-1.0 and Indexxed it to Solr -1.3 > (using this http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/ > tutorial ) > > Now i want to create a page in JSP that will be a Simple Search Form where i