AggregateIterable<Document> nameDoc = collection.aggregate( Arrays.asList(projectBson, sort(Sorts.ascending("lowerName"))));. In this case ...
確定! 回上一頁