solrtool is an utility intended to be a more convenient interface to Apache Solr than constructing a URL with curl:
* Solr instances aliased to short names
* Commands are shorter to type than URLs
* Commands come with documentation (via "-h")
* Solr's XML responses are pretty-printed for readability
To get highlighting on XML response, pipe the output through source-highlight as: source-highlight -f esc -o STDOUT -s xml
For a pure Python interface to Solr, try solrpy.
Product's homepage
Requirements:
· Python