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. * *