This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new 8d6a67b Adjusting Elasticsearch doc
8d6a67b is described below
commit 8d6a67bc65c9403f0ae9b447ff7d0d945f3fed73
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Nov 21 09:07:21 2018 +0100
Adjusting Elasticsearch doc
---
.../reference-guide/workingwithapachesyncope/customization.adoc | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index f5108f9..0337e3d 100644
---
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -487,10 +487,13 @@ classpath*:/provisioning*Context.xml
classpath*:/workflow*Context.xml
....
-It is also required to initialize the Elasticsearch indexes.
+It is also required to initialize the Elasticsearch indexes: create a new
<<tasks-custom, custom task>>, specify the
+`org.apache.syncope.core.provisioning.java.job.ElasticsearchReindex` class as
job delegate and execute it.
-Create a new <<tasks-custom, Custom task>>, specify the
-`org.apache.syncope.core.provisioning.java.job.ElasticsearchReindex` as job
delegate and execute it.
+[TIP]
+The `org.apache.syncope.core.provisioning.java.job.ElasticsearchReindex`
custom task created above is not meant for
+scheduled execution; rather, it can be run every time you want to blank and
re-create the Elasticsearch indexes
+starting from Syncope's users, groups and any objects.
[discrete]
===== Enable the <<SCIM>> extension