python-pysolr

Lightweight Python wrapper for querying Apache Solr
  https://github.com/toastdriven/pysolr
  0
  no reviews



This module provides an interface that queries the Apache Solr server using a pure Python implementation and returns the results based on the query

Features:
* Basic operations such as selecting, updating & deleting.
* Index optimization.
* "More Like This" support (if setup in Solr).
* Spelling correction (if setup in Solr).
* Timeout support.