Tạo Text Index trong MongoDB
{
"post_text": "enjoy the mongodb articles on tutorialspoint",
"tags": [
"mongodb",
"tutorialspoint"
]
}>db.posts.ensureIndex({post_text:"text"})Last updated
{
"post_text": "enjoy the mongodb articles on tutorialspoint",
"tags": [
"mongodb",
"tutorialspoint"
]
}>db.posts.ensureIndex({post_text:"text"})Last updated