所以,我要做的是查询所有具有“巴黎”城市和“法国”状态的文档。我需要进行某种连接,但我无法弄清楚如何构建它。
我正在使用 c# 驱动程序,但我很乐意接受任何方法的帮助。
{
"_id" : ObjectId("519b407f3c22a73a7c29269f"),
"DocumentID" : "1",
"Meta" : [{
"Name" : "City",
"Value" : "Paris",
}, {
"Name" : "State",
"Value" : "France",
}
}]
}
{
"_id" : ObjectId("519b407f3c22a73a7c29269g"),
"DocumentID" : "2",
"Meta" : [{
"Name" : "City",
"Value" : "Paris",
}, {
"Name" : "State",
"Value" : "Texas",
}
}]
}