On 4/26/07, Jason Cater <[EMAIL PROTECTED]> wrote:
Greetings all.

I've recently implemented a SOLR solution internally.  We typically use
python as our language of choice, so I needed a python library to
connect to SOLR.

The one in your svn repository was a good starting point, but was very
low-level.

Yes indeed--the python client definitely needs work.  The changes you
have below sound quite good; I'm interested in reviewing your patch.
If you would like to contribute the client to the Solr project, you
will need to open an issue here:

http://issues.apache.org/jira/browse/SOLR

That takes care of the licensing issues and keeps better track of the
feedback you receive.  I took a quite glance, and a few things popped
out:
 - why not use the python response format?
 - you can convert to/from solr date/time to a python one in a oneliner:
           datetime.datetime.strptime(value, "%Y-%m-%dT%H:%M:%SZ")

-Mike

Reply via email to