solr官方给出的python客户端wiki:
http://wiki.apache.org/solr/SolPython
针对solr 5.2.1,可以使用 pysolarized比较简单 https://github.com/izacus/pysolarized
更加复杂的功能推荐使用 Scorched https://github.com/lugensa/scorched
文档齐全: http://scorched.readthedocs.org/en/latest/
本文介绍了Solr官方提供的Python客户端资源,包括适用于Solr 5.2.1的简化客户端pysolarized及功能更全面的Scorched。Scorched文档齐全,支持复杂的搜索操作。
solr官方给出的python客户端wiki:
http://wiki.apache.org/solr/SolPython
针对solr 5.2.1,可以使用 pysolarized比较简单 https://github.com/izacus/pysolarized
更加复杂的功能推荐使用 Scorched https://github.com/lugensa/scorched
文档齐全: http://scorched.readthedocs.org/en/latest/

被折叠的 条评论
为什么被折叠?