But, check out things like httplib2 and urllib2.
-Original Message-
From: Spadez [mailto:james_will...@hotmail.com]
Sent: Thursday, June 07, 2012 2:09 PM
To: solr-user@lucene.apache.org
Subject: RE: Help! Confused about using Jquery for the Search query - Want to
ditch it
Thank you, that
As far as I know, it is the only way to do this. Look around a bit, Python (or
PHP, or C, etc., etc.) is able to act as an HTTP client...in fact, that is the
most common way that web services are consumed. But, we are definitely beyond
the scope of the Solr list at this point.
-Original Mes
Yes (or, at least, I think I understand what you are saying, haha.) Let me
clarify.
1. Client sends GET request to web server
2. Web server (via Python, in your case, if I remember correctly) queries Solr
Server
3. Solr server sends response to web server
4. You take that data and put it into th
I'm new to Solr...but this is more of a web programming question...so I can get
in on this :).
Your only option to get the data from Solr sans-Javascript, is the use python
to pull the results BEFORE the client loads the page.
So, if you are asking if you can get AJAX like results (an already l