mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge branch 'develop' of https://git.alfresco.com/search_discovery/searchservices into develop
This commit is contained in:
+2
-1
@@ -11,6 +11,7 @@ import org.slf4j.LoggerFactory;
|
||||
public class ExplicitRouter implements DocRouter {
|
||||
|
||||
protected final static Logger log = LoggerFactory.getLogger(ExplicitRouter.class);
|
||||
private final DBIDRouter fallback = new DBIDRouter();
|
||||
|
||||
public ExplicitRouter() {
|
||||
}
|
||||
@@ -54,6 +55,6 @@ public class ExplicitRouter implements DocRouter {
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return fallback.routeNode(shardCount, shardInstance, node);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user