: 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 internally, or are you asking how to make Solr use it to generate Python output? (just add "&wt=python" to your URLs, or change your solrconfig.xml to explicitly declare the python <queryResponseWriter/> and make it the default... http://wiki.apache.org/solr/QueryResponseWriter http://wiki.apache.org/solr/SolPython -Hoss