jbdemonte / mongoose-elasticsearch-xp

A mongoose plugin that indexes models into Elasticsearch 2 / 5 / 6 and 7
93 stars 34 forks source link

Disabling automatic indexing of documents #49

Closed florianbepunkt closed 5 years ago

florianbepunkt commented 5 years ago

I wonder if it is possible to disable the automatic indexing on CRUD operations and only have on-demand-indexing.

We use mongodb change streams to do the indexing, but I would still like to use this lib for some of teh convenience methods it offers.