Uses of Interface
org.alfresco.solr.tracker.DocRouter
Packages that use DocRouter
-
Uses of DocRouter in org.alfresco.solr.tracker
Classes in org.alfresco.solr.tracker that implement DocRouterModifier and TypeClassDescriptionclassNodes and access control lists are grouped by their ACL ID.classNodes are evenly distributed over the shards at random based on the murmur hash of the ACL ID.classA ComposableDocRouteris a document router that can be used standalone or nested in a primary-fallback composite document routing strategy.classThe date-based sharding assigns dates sequentially through shards based on the month.classDeprecated.classThis routes documents within specific DBID ranges to specific shards.classDBID murmur hash based document router.classA composableDocRouterwhich consists of A primary routing strategy A fallback strategy used in case of failure of the strategy aboveclassRoutes a document only if the shardInstance matches the provided shardId.classRoutes the incoming nodes (not ACLs!) on the shard explicitly indicated inNode.getExplicitShardId()method.classRoutes based on a text property field.Methods in org.alfresco.solr.tracker that return DocRouterModifier and TypeMethodDescriptionAbstractTracker.getDocRouter()Returns theDocRouterinstance in use on this node.static DocRouterDocRouterFactory.getRouter(Properties properties, org.alfresco.repo.index.shard.ShardMethodEnum method) Constructors in org.alfresco.solr.tracker with parameters of type DocRouterModifierConstructorDescriptionDocRouterWithFallback(DocRouter primaryStrategy, DocRouter fallbackStrategy)