Welcome to collective.elasticsearch’s documentation!¶
Overview¶
This package aims to index all fields the portal_catalog indexes and allows you to delete the Title, Description and SearchableText indexes which can provide significant improvement to performance and RAM usage.
Then, ElasticSearch queries are ONLY used when Title, Description and SearchableText text are in the query. Otherwise, the plone’s default catalog will be used. This is because Plone’s default catalog is faster on normal queries than using ElasticSearch.
Compatibility¶
Only unit tested with Plone 5 with Dexterity types and archetypes.
It should also work with Plone 4.3 and Plone 5.1.
Deployed with Elasticsearch 2.4.3
State¶
Support for all index column types is done EXCEPT for the DateRecurringIndex index column type. If you are doing a full text search along with a query that contains a DateRecurringIndex column, it will not work.
Celery support¶
This package comes with Celery support where all indexing operations will be pushed into celery to be run asynchronously.
Please see instructions for collective.celery to see how this works.
Contents:
- Installation
- Configuration
- Changelog
- 2.0.5 (2018-12-20)
- 2.0.4 (2018-12-17)
- 2.0.3 (2018-12-04)
- 2.0.2 (2018-11-27)
- 2.0.1 (2018-01-05)
- 2.0.0a6 (2017-03-29)
- 2.0.0a5 (2017-03-29)
- 2.0.0a4 (2017-03-27)
- 2.0.0a3 (2017-03-27)
- 2.0.0a2 (2016-07-19)
- 2.0.0a1 (2016-06-06)
- 1.0.1a4 (2016-05-22)
- 1.0.1a3 (2016-03-22)
- 1.0.1a2 (2016-03-18)
- 1.0.1a1 (2016-02-25)
- 1.0.0a1 (2016-02-25)