Merge pull request #881 from nikos/patch-1

Added awesome pysolr library to Search section.
This commit is contained in:
Vinta 2017-05-03 21:46:07 +08:00 committed by GitHub
commit efb1cb6181
1 changed files with 1 additions and 0 deletions

View File

@ -957,6 +957,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch.
* [elasticsearch-py](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html) - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
* [esengine](https://github.com/catholabs/esengine) - ElasticSearch ODM (Object Document Mapper) for Python.
* [pysolr](https://github.com/django-haystack/pysolr) - A lightweight Python wrapper for Apache Solr (incl. SolrCloud awareness).
* [solrpy](https://github.com/edsu/solrpy) - A Python client for [solr](http://lucene.apache.org/solr/).
* [Whoosh](http://whoosh.readthedocs.io/) - A fast, pure Python search engine library.