sqlalchemy-solr
library, which provides a Python/SQLAlchemy interface.
The required arguments to establish a connection are as follows:
username
is the username used to authenticate with the Solr server. This parameter is optional.password
is the password to authenticate the user with the Solr server. This parameter is optional.host
is the host name or IP address of the Solr server.port
is the port number of the Solr server.server_path
defaults to solr
if not provided.collection
is the Solr Collection name.use_ssl
defaults to false
if not provided.