Owens, Martin 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
>
>
If you're wondering how to use it in Python: say
response = e
: 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.
Can you clarify your question: Are you asking how the java code works
inter
e.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
intergrate
ri 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 tr
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