From a25069d38facaa6a82100770b4f2117e26ba8768 Mon Sep 17 00:00:00 2001 From: Niko Schmuck Date: Tue, 2 May 2017 11:10:49 +0200 Subject: [PATCH] Added awesome pysolr library to Search section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 213de86..c6f2a7f 100644 --- a/README.md +++ b/README.md @@ -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.