亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

mong模板聚合匹配和投影一個字段,沒有id

mong模板聚合匹配和投影一個字段,沒有id

慕桂英4014372 2022-09-21 17:29:40
如何運行具有匹配和投影的聚合。投影包括一個字段并排除 id。db.collection("Collection").aggregate([    {        $match : {            "someCriteriaFlag" : false        }    },    {        $project : {            "field1" : 1,            "_id" : 0        }    }]);在爪哇Aggregation aggregation = Aggregation.newAggregation(        Aggregation.match(Criteria.where("someCriteriaFlag").is(false)),         Aggregation.project("field1"));List<String> fields= mongoTemplate.aggregate(aggregation, "Collection", BasicDBObject.class)        .getMappedResults();
查看完整描述

1 回答

?
汪汪一只貓

TA貢獻1898條經驗 獲得超8個贊

Aggregation aggregation = Aggregation.newAggregation(
    Aggregation.match(Criteria.where("someCriteriaFlag").is(false)), 
    Aggregation.project("field1").andExclude("_id"));

List<String> fields= mongoTemplate.aggregate(aggregation, "Collection", BasicDBObject.class)
    .getMappedResults();


查看完整回答
反對 回復 2022-09-21
  • 1 回答
  • 0 關注
  • 169 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號