0

我正在使用 Apache Camel 将对象索引到 MongoDb 中。现在这工作正常,但问题是当我查询我的 MongoDb 时,db.published.find().pretty()我发现了一些看起来像这样的意外对象:

{
    "_id" : ObjectId("51a8822231da90cab7d75553"),
    "error" : null,
    "lazy" : true,
    "lastError" : {
        "serverUsed" : "localhost/127.0.0.1:27017",
        "n" : 0,
        "lastOp" : NumberLong("5884095995700051970"),
        "connectionId" : 6,
        "err" : null,
        "ok" : 1
    },
    "n" : 0,
    "cachedLastError" : {
        "serverUsed" : "localhost/127.0.0.1:27017",
        "n" : 0,
        "lastOp" : NumberLong("5884095995700051970"),
        "connectionId" : 6,
        "err" : null,
        "ok" : 1
    },
    "lastConcern" : null
}

这些物体是什么?它们应该在我的收藏中吗?如果是,为什么?

4

0 回答 0