Uses of Interface
org.hibernate.search.mapper.pojo.route.DocumentRoutes
Packages that use DocumentRoutes
-
Uses of DocumentRoutes in org.hibernate.search.mapper.pojo.bridge
Methods in org.hibernate.search.mapper.pojo.bridge with parameters of type DocumentRoutesModifier and TypeMethodDescriptionvoid
RoutingBridge.previousRoutes
(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Defines the potential previous routes for an indexed entity.void
RoutingBridge.route
(DocumentRoutes routes, Object entityIdentifier, E indexedEntity, RoutingBridgeRouteContext context) Routes an indexed entity.