mongodb-atlas-search Questions

2

Solved

These two features look pretty simmilar, but Atlas Search is fresh and maybe more powerfull. Is Atlas Search a replacement for Text Indexes in MongoDb? Will Text Indexes be deprecated? Did I missed...

1

The documentation states that the path needs to be a string and not an array of strings. I just want to confirm that that is in fact the only possibility, and if, in either case, there is a recomme...
Fledgling asked 9/7, 2020 at 22:16

1

Solved

I'm building a web app using Node and MongoDB Atlas. I need to implement a search bar, which will be used to search a MongoDB collection in 2 particular fields. I was doing some research on the bes...

1

My objective is to create a search pipeline in MongoDB, that returns result for multiple fields. My index: { "analyzer": "lucene.standard", "searchAnalyzer": "l...
Scum asked 31/7, 2020 at 6:29

1

Solved

I am trying to implement MongoDB atlas search, and the objective is autocomplete on 2 fields. I currently have this implementation: const searchStep = { $search: { // Read more about compound her...
Ecotype asked 31/7, 2020 at 5:33

1

Solved

My objective is to create an index + search pipeline, so I can find the following document by searching for "reprod": { name: "can you find this and reproduce?" } What I have: ...
Bihari asked 9/7, 2020 at 20:18
1

© 2022 - 2024 — McMap. All rights reserved.