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-tp1519527p2019632.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 anurag.it.jo...@gmail.com 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


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

2010-09-18 Thread Anurag

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
need to ask Query From Users. This JSP page will be accessible via TOMCAT
server or APACHE  Web Server. Now After entering the Query the page should
http request
http://localhost:8983/solr/select?q=SomeQuery;
Then the result obtained from that Solr Server Should Come back to Search
form in JSP and The results should be displayed like in XML or XSL or JSON
format.

Please Suggest some tutorials, or Some Examples
i am thankful to u all


-
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-tp1519527p1519527.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 anurag.it.jo...@gmail.com 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
 need to ask Query From Users. This JSP page will be accessible via TOMCAT
 server or APACHE  Web Server.
[...]

This question would be better addressed to the Solr user list. Have
not tried using Solr through Javascript myself, but here is a useful-
looking link: http://wiki.apache.org/solr/SolrJS . By the way, searching
Google for Solr javascript would have turned this up as the first
result.

Regards,
Gora