文本索引操作
查询框架
db.stores.find( { $text: { $search: "java coffee shop" } } )db.stores.find(
{ $text: { $search: "coffee shop cake" } },
{ score: { $meta: "textScore" } }
).sort( { score: { $meta: "textScore" } } )聚合框架
最后更新于