This question already has an answer here:
- lookup in mongodb aggregation 1 answer
Up to last version of spring i have seen lot of stack over flow questions which shows there is no support for this operation in spring-data-mongodb is there any support for this operation in new spring-data-mongodb 1.10.0
db.orders.aggregate([ { $lookup: { from: "inventory", localField: "item", foreignField: "sku", as: "inventory_docs" } } ])