Hi Chris

Appreciate the reply. I am referring to the text search here: https://www.mongodb.com/docs/manual/text-search/#std-label-text-search, Atlas and self-deployment uses different text search engine. Are they the same? I heard the atlas one uses lucene index but how about self-deployment one? Our use case is mostly wildcard/regex search in some fields. If it is b-tree index I am afraid only prefix matching is fast. ATLAS is not free AFAIK.

Also, can you kindly help me on how to create index? Does MongoDB allow us create index on nested JSON or array of JSON objects?

Thanks a lot.