Uses of Interface
org.springframework.data.elasticsearch.core.routing.RoutingResolver
Packages that use RoutingResolver
Package
Description
classes/interfaces for specification and implementation of Elasticsearch routing.
-
Uses of RoutingResolver in org.springframework.data.elasticsearch.core
Fields in org.springframework.data.elasticsearch.core declared as RoutingResolverModifier and TypeFieldDescriptionprotected RoutingResolverAbstractElasticsearchTemplate.routingResolverprotected RoutingResolverAbstractReactiveElasticsearchTemplate.routingResolverMethods in org.springframework.data.elasticsearch.core with parameters of type RoutingResolverModifier and TypeMethodDescriptionEntityOperations.forEntity(T entity, ConversionService conversionService, RoutingResolver routingResolver) Creates a newEntityOperations.AdaptableEntityfor the given bean andConversionServiceandRoutingResolver.<T> TEntityOperations.updateIndexedObject(T entity, IndexedObjectInformation indexedObjectInformation, ElasticsearchConverter elasticsearchConverter, RoutingResolver routingResolver) Updates an entity after it is stored in Elasticsearch with additional data like id, version, seqno...AbstractElasticsearchTemplate.withRouting(RoutingResolver routingResolver) AbstractReactiveElasticsearchTemplate.withRouting(RoutingResolver routingResolver) ElasticsearchOperations.withRouting(RoutingResolver routingResolver) Returns a copy of this instance with the same configuration, but that uses a differentRoutingResolverto obtain routing information.ReactiveElasticsearchOperations.withRouting(RoutingResolver routingResolver) Returns a copy of this instance with the same configuration, but that uses a differentRoutingResolverto obtain routing information. -
Uses of RoutingResolver in org.springframework.data.elasticsearch.core.routing
Classes in org.springframework.data.elasticsearch.core.routing that implement RoutingResolverMethods in org.springframework.data.elasticsearch.core.routing that return RoutingResolverModifier and TypeMethodDescriptionstatic RoutingResolverReturns athat always retuns a fixed value