指定文本索引的名称
db.collection.createIndex(
{
content: "text",
"users.comments": "text",
"users.profiles": "text"
}
)"content_text_users.comments_text_users.profiles_text"指定text索引名称
text索引名称使用索引名称删除text索引
text索引最后更新于