Not sure if this helps, but note that the work is done in
PythonWriter, which is a subclass of JSONWriter. Most of the work is
done by JSONWriter due to the similarities of syntax.
-Mike
On 14-Dec-07, at 10:19 AM, Owens, Martin wrote:
That would be a python solr client, not a solr writer using this:
http://lucene.apache.org/solr/api/org/apache/solr/request/
PythonResponseWriter.html
Not sure how the hell it's supposed to work to be honest.
-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Ed Summers
Sent: Fri 12/14/2007 11:30 AM
To: solr-user@lucene.apache.org
Subject: Re: Python Solr Writer
Do you mean something like:
http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/
solr.py
//Ed
On Dec 14, 2007 10:20 AM, Owens, Martin
<[EMAIL PROTECTED]> wrote:
I'm having some trouble understanding how the solr writer
intergrates into python, I can't find any examples so does anyone
have any good examples of a python writer?
Best Regards, Martin Owens