1.

MongoDB provides a ________ index type that supports searching for string content in a collection.(a) string(b) text(c) char(d) none of the mentionedThe question was asked in my homework.The doubt is from Indexes In MongoDB topic in portion Index/Indexing Concepts of MongoDB

Answer»

Right choice is (b) text

Best explanation: These text indexes do not STORE language-specific STOP WORDS (e.g. “the”, “a”, “or”) and STEM the words in a collection to only store ROOT words.



Discussion

No Comment Found

Related InterviewSolutions