[ADD] allow synchronous reindexation during init

This commit is contained in:
Holger Brunn
2015-06-03 11:39:49 +02:00
parent dafc1d6639
commit e4d11a8c1e
4 changed files with 38 additions and 4 deletions

View File

@@ -10,10 +10,7 @@ To reindex a single document, open its form and click the `Reindex document` but
To reindex all documents, go to Settings / Configuration / Knowledge, check the box `Reindex all documents` or `Reindex all unindexed documents` and click apply. Those are done in the background, so watch your logs for the process to finish.
Known issues / Roadmap
======================
* Currently, this module is not fit for huge amounts of documents
In a migration context, you might want to reindex all or unindexed documents. To achieve this, create a config parameter `document_reindex.reindex_unindexed_on_init` or `document_reindex.reindex_all_on_init` to have the reindexation run synchronously during installation of this module.
Credits
=======