mongoose-elasticsearch-xp
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
Would it be possible to support promises with es_extend's value? I would like to add related document count with a query like: ``` { es_extend: { commentCount: { es_type: 'integer',...