标签: java mongodb filter nested bson
如何使用Java(Bson Documents)再次过滤具有对象的对象的数组。
例如,我有一个数组=跟随用户的用户。现在我想从该列表中过滤特定用户,我该怎么做? here is a picture
我试过像这样的人,但我不知道,因为这变得越来越复杂:
Document filter = new Document("follows", new Document("$elemMatch", eq("uID", uID)));