

InterviewSolution
Saved Bookmarks
1. |
When creating a text index on multiple fields, you can specify the individual fields or you can use wildcard specifier ______(a) ($*)(b) (**$**)(c) ($**)(d) None of the mentionedThis question was addressed to me in unit test.This interesting question is from Text Search in division Index/Indexing Concepts of MongoDB |
Answer» The correct answer is (C) ($**) |
|