Plone Add-on Gallery

collective.elastic.plone

ElasticSearch Integration for Plone content

Installation

Install collective.elastic.plone` by adding it to your buildout:

[buildout]

...

eggs =
    ...
    collective.elastic.plone

environment-vars +=
    CELERY_BROKER redis://localhost:6379/0
    ELASTICSEARCH_INDEX plone
    ELASTICSEARCH_QUERY_SERVER http://localhost:9200
    ELASTICSEARCH_QUERY_USE_SSL 0

and then running bin/buildout

Source Code

The sources are in a GIT DVCS with its main branches at github. There you can report issue too.

We’d be happy to see many forks and pull-requests to make this addon even better.

Maintainers are Jens Klein, Peter Holzer and the BlueDynamics Alliance developer team. We appreciate any contribution and if a release is needed to be done on pypi, please just contact one of us. We also offer commercial support if any training, coaching, integration or adaptions are needed.

Contributions

Initial implementation was made possible by Evangelisch-reformierte Landeskirche des Kantons Zürich.

Idea and testing: Peter Holzer

Concept & code by Jens W. Klein

Authors:

  • Katja Süss (Github: @ksuess)

License

The project is licensed under the GPLv2.

Changelog

1.0 (2022-11-08)

  • Initial release. [jensens]