mongoose-elasticsearch-xp
mongoose-elasticsearch-xp copied to clipboard
A mongoose plugin that indexes models into Elasticsearch 2 / 5 / 6 and 7
Required for password protected elastic search client
Hi, @jbdemonte I'm facing an issue while creating documents on older ElasticSearch Servers (5.6) `Error: [invalid_type_name_exception] Document mapping type name can't start with '_', found: [_doc]` An easy fix for...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.0.2 to 3.2.3. Release notes Sourced from mongodb's releases. v3.2.1 The MongoDB Node.js team is pleased to announce version 3.2.1 of the driver. Due to a publishing...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.1.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Hi. I'm the maintainer of mongoosastic. It's been a while since I last used elastic. I can't find the time to keep up with mongoose releases, elastic versions and new...
Same question than here : [mongoosastic issues 41](https://github.com/mongoosastic/mongoosastic/issues/41) Official client allow to query multiple collection, but we need to index and hydrate by ourselves. Is it possible or planned in...
The documentation is not so clear, so I had to ask this question, Let's take for example I have this sample.js model ```js 'use strict' const Joi = require('joi') const...
Bumps [acorn](https://github.com/acornjs/acorn) from 3.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
`await Model.insertMany([documents])` This works, all the documents get saved to Mongo, but nothing gets indexed in ES. I believe this is a technical limitation, not a bug, but it is...