From 26b5d2a4bb953520856d8728b20a907d7a30e8be Mon Sep 17 00:00:00 2001 From: agazzarini Date: Fri, 2 Aug 2019 13:55:02 +0200 Subject: [PATCH] [ SEARCH-1717 ] review comment addressed (II) --- .../solr/tracker/ExplicitShardIdWithStaticPropertyRouter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-services/alfresco-search/src/main/java/org/alfresco/solr/tracker/ExplicitShardIdWithStaticPropertyRouter.java b/search-services/alfresco-search/src/main/java/org/alfresco/solr/tracker/ExplicitShardIdWithStaticPropertyRouter.java index 45ec3477f..87bf6deb5 100644 --- a/search-services/alfresco-search/src/main/java/org/alfresco/solr/tracker/ExplicitShardIdWithStaticPropertyRouter.java +++ b/search-services/alfresco-search/src/main/java/org/alfresco/solr/tracker/ExplicitShardIdWithStaticPropertyRouter.java @@ -39,7 +39,7 @@ import org.slf4j.LoggerFactory; * As a result, when this router is used and the purge action is invoked you may experience a wrong shard subscription * registration order. That would cause a wrong distribution of the indexed data across the cluster. * - * Note the "Purge on restart" option on the Admin Console is checked by default, so before building a + * Note that if "Purge on restart" option on the Admin Console is checked by default, then before building a * Solr cluster which uses this router, please make sure the check has been disabled. * *