Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 742 Bytes

README.rst

File metadata and controls

23 lines (16 loc) · 742 Bytes

kotti_solr

Latest Version

This is an extension for Kotti that provides integration with Solr search engine.

When this extension is active, it will automatically post updates to a Solr instance when documents are added, modified, or deleted. It will also make a search in Kotti query the Solr instance.

Setup

  1. pip install kotti_solr.
  2. Set the Solr instance URL with the kotti_solr.solr_url configuration setting.
  3. Add kotti_solr.kotti_configure to kotti.configurators.