Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Solr client lib for Python can you recommend and why? [closed]

Tags:

python

flask

solr

I'am starting to use Python and web-app building with Flask and coming from an Java EE background this is a lot of fun. But now I need to communicate with my Solr server and I would like a client lib that is just as plain, simple and fun, so what can you recommend and why?

like image 910
moritz Avatar asked Apr 19 '11 20:04

moritz


1 Answers

I personally prefer Sunburnt. I've started using Python recently as well, and really like the package and how it enables functionality that maps logically on top of Solr. Just like Python, it does what you need it to do and doesn't get in your way.

like image 188
jro Avatar answered Sep 30 '22 13:09

jro