Uses of Class
org.springframework.data.elasticsearch.core.query.Query.IdWithRouting
Packages that use Query.IdWithRouting
-
Uses of Query.IdWithRouting in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return types with arguments of type Query.IdWithRoutingMethod parameters in org.springframework.data.elasticsearch.core.query with type arguments of type Query.IdWithRoutingModifier and TypeMethodDescriptionstatic QueryQuery.multiGetQueryWithRouting(List<Query.IdWithRouting> idsWithRouting) Utility method to get a query for a multiget requestvoidBaseQuery.setIdsWithRouting(List<Query.IdWithRouting> idsWithRouting) Set Ids with routing values for a multi-get request set on this query.