There is a solr.py in the Solr clients directory: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/solr.py
It's got some utility methods for generating <field>'s. Erik On Apr 15, 2007, at 6:47 PM, Jack L wrote:
Doing queries is so easy with Python, thanks to solr's Python format support. Is there any Python utility classes for posting documents? Which I think, is essentially a Python class to generate XML documents (before JSON support is available) from Python objects. Then again, JSON for posting would be really nice to have :) -- Best regards, Jack