Re: Python Solr Writer

2007-12-15 Thread Wade Leftwich
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

RE: Python Solr Writer

2007-12-14 Thread Chris Hostetter
: 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

Re: Python Solr Writer

2007-12-14 Thread Mike Klaas
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

RE: Python Solr Writer

2007-12-14 Thread Owens, Martin
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

Re: Python Solr Writer

2007-12-14 Thread Ed Summers
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