Elasticsearch: Added documentation on how to set the indexing.
This commit is contained in:
parent
19fdc75e60
commit
a1a48c1941
@ -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.
|
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
|
## Translations
|
||||||
|
|
||||||
If the language you want to support doesn't exist, you need to run: `translations init es_AR`.
|
If the language you want to support doesn't exist, you need to run: `translations init es_AR`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user