Install python-pysolr by entering the following commands in the terminal:
sudo apt update sudo apt install python-pysolr
Description:
lightweight Python wrapper for querying Apache Solr
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.
Homepage: https://github.com/toastdriven/pysolr
Version: 3.6.0-1
Section: universe/python