Package org.alfresco.solr.tracker
Class DateMonthRouter
- java.lang.Object
-
- org.alfresco.solr.tracker.DateMonthRouter
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description DateMonthRouter(String groupparam)Creates a date month router
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanrouteAcl(int numShards, int shardInstance, org.alfresco.solr.client.Acl acl)booleanrouteNode(int numShards, int shardInstance, org.alfresco.solr.client.Node node)
-
-
-
Constructor Detail
-
DateMonthRouter
public DateMonthRouter(String groupparam)
Creates a date month router- Parameters:
groupparam- - the number of months that should be grouped together on a shard before moving to use the next shard in sequence
-
-