kotti_solr

Solr integration for Kotti


Keywords
solr, kotti, cms, pylons, pyramid
License
Other
Install
pip install kotti_solr==0.1

Documentation

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.