Im pretty new when it comes to db and search, so please bear with me. I am trying to implement a search function in a Meteor application. Ive checked the atmosphere and rated these 4 options.
- Matodem easy search
- Search source
- Elastic Atmosphere search package (heard it dated)
- Flexible large atmospheric dataset
My needs are for a simple search that can handle large datasets that nesting data might have. For example, a task may contain comments or links, etc. (Full text and a more regular request would be good)
I read that for a convenient search, even using some form of elastic or Mongolian application, it seems that this application is for only one Mongo collection? For example, what if I wanted to find Dinosaurs = new Meteor.Collection('dinosaurs'); and Mammals = new Meteor.Collection('mammals'); ?
Please rate any of the pros and cons of the four options above? 1 seems relatively easy to implement, but I'm not sure what that means using an elastic motor here . If I were to use elastic material, how do I do this in Meteor? And will it be different from the Elasticsearch HTTP API implementation?
Similarly for Source, it also supports Elastic. Honestly, I have no idea about the differences.
javascript search mongodb meteor elasticsearch
Thinkerer
source share