mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Temporany use new ExplicitElasticRouter when explicit_id is used as shard method
This commit is contained in:
@@ -62,7 +62,7 @@ public class DocRouterFactory
|
||||
return new PropertyRouter(properties.getProperty("shard.regex", ""));
|
||||
case EXPLICIT_ID:
|
||||
log.info("Sharding via EXPLICIT_ID");
|
||||
return new ExplicitRouter();
|
||||
return new ExplicitElasticRouter();
|
||||
default:
|
||||
log.info("Sharding via DB_ID (default)");
|
||||
return new DBIDRouter();
|
||||
|
Reference in New Issue
Block a user