This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit ee2a84a2b6a41dbff8ac22031fcdc6e25f087b30
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Fri Feb 14 15:04:19 2020 +0700

    JAMES-3058 ReIndexing: product disclaimer
    
    It should be clear that ReIndexing webAdmin endpoints do not exists on
    top of Guice Memory product.
---
 src/site/markdown/server/manage-webadmin.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/site/markdown/server/manage-webadmin.md 
b/src/site/markdown/server/manage-webadmin.md
index 51325d6..33d7a16 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -476,6 +476,9 @@ Response codes:
 
 #### ReIndexing action
 
+These tasks are only available on top of Guice Cassandra products or Guice JPA 
products. They are not part of Memory
+Guice product. 
+
 Be also aware of the limits of this API:
 
 Warning: During the re-indexing, the result of search operations might be 
altered.
@@ -536,6 +539,9 @@ The scheduled task will have the following type 
`error-recovery-indexation` and
 
 #### ReIndexing a mailbox mails
 
+This task is only available on top of Guice Cassandra products or Guice JPA 
products. It is not part of Memory
+Guice product. 
+
 ```
 curl -XPOST http://ip:port/mailboxes/{mailboxId}?task=reIndex
 ```
@@ -574,6 +580,9 @@ concurrent changes done during the reIndexing might be 
ignored.
 
 #### ReIndexing a single mail
 
+This task is only available on top of Guice Cassandra products or Guice JPA 
products. It is not part of Memory
+Guice product.
+
 ```
 curl -XPOST http://ip:port/mailboxes/{mailboxId}/uid/{uid}?task=reIndex
 ```
@@ -606,6 +615,9 @@ Warning: Canceling this task should be considered unsafe as 
it will leave the cu
 
 ### ReIndexing a single mail by messageId
 
+This task is only available on top of Guice Cassandra products or Guice JPA 
products. It is not part of Memory
+Guice product.
+
 ```
 curl -XPOST http://ip:port/messages/{messageId}?task=reIndex
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to