标签: elasticsearch mongoosastic
我有这样的查询:
Book.search(esQuery, { hydrate: true }, function(err, res) { if (res) { return cb(null, res.hits.hits); } else { return cb 'error',null } });
我在Book文档中有一个引用的文档。 是否可以加载res.hits.hits中引用的Mongo?