

InterviewSolution
Saved Bookmarks
1. |
________ indexes can include any field whose value is a string or an array of string elements.(a) text(b) string(c) char(d) none of the mentioned |
Answer» The correct option is (a) text The explanation: MongoDB provides text indexes to support text search of string content in documents of a collection. |
|