mongoose-elasticsearch-xp icon indicating copy to clipboard operation
mongoose-elasticsearch-xp copied to clipboard

A mongoose plugin that indexes models into Elasticsearch 2 / 5 / 6 and 7

Results 51 mongoose-elasticsearch-xp issues
Sort by recently updated
recently updated
newest added
trafficstars

when i am adding es_type in model the value is ignored from indexing I have two models category and products in that i need to populate the primarycategoryid. **Category schema**...

OS: MacOS 10.15 Catalina Elasticsearch: 6.8.4 MongoDB: 4.0.3 Mongoose: 5.5.0 A'm already have collection with N records and according documentation I indexed it: `Car.esSynchronize().then(function () { console.log('end.') });` All fine,...

dependency changed to: const { Client } = require('@elastic/elasticsearch');

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.5.6 to 5.7.5. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.5 / 2019-10-14 > ================== > * fix(query): delete top-level `_bsontype` property in queries to prevent silent empty...

dependencies

Hi, I really find this module useful. Ever planning to upgrade to the new elasticsearch module as they are deprecating the old one. I forked the repo and solved it...

Hi, I'm having trouble mapping the _id field of nested objects to elastic search. For example. This will map the _id field for `assets` ``` const personSchema = new mongoose.Schema({...

hi, you have plans to support newer versions of ElasticSearch? like version 6? tanks.

I have a schema with virtual populate field http://mongoosejs.com/docs/populate.html In the docs I can't find information about how to include these virtuals in hydrated results. There is information about populating...

https://www.elastic.co/guide/en/elasticsearch/reference/current/json-processor.html#json-processor https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html