From a1a48c19417fb1b556bb4afd86bed4964f0459ae Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Fri, 5 Oct 2018 11:35:02 +0200 Subject: [PATCH] Elasticsearch: Added documentation on how to set the indexing. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5f4a74de..b601afc7 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ You can run the Celery Worker using `manage.py celery worker`. Find other Celery operations with the `manage.py celery` command. +## Elasticsearch + +Pillar uses [Elasticsearch](https://www.elastic.co/products/elasticsearch) to power the search engine. +You will need to run the `manage.py elastic reset_index` command to initialize the indexing. +If you need to reindex your documents in elastic you run the `manage.py elastic reindex` command. + ## Translations If the language you want to support doesn't exist, you need to run: `translations init es_AR`.