node.js 中带有 ElasticSearch 的 Mongoose

Mongoose with ElasticSearch in node.js

我在 node.js 中使用 mongoDB 和猫鼬,现在我想使用 ElasticSearch。现在谁能告诉我单独使用 mongoosastic, an npm module for both mongoose and ElasticSearch, or should I install ElasticSearch 会更好吗?

既然您已经在使用 mongoose,您应该使用 mongoosastic

Mongoosastic 已经依赖于 ElasticSearch 模块来执行 ElasticSearch 操作