Skip to content

Instantly share code, notes, and snippets.

@kartikag01
Created December 13, 2017 17:12
Show Gist options
  • Save kartikag01/c570b5c3f36d81f850445dae82b5ba6a to your computer and use it in GitHub Desktop.
Save kartikag01/c570b5c3f36d81f850445dae82b5ba6a to your computer and use it in GitHub Desktop.
import mongoosastic from "mongoosastic";
import {getElasticInstance} from "../elastic-search";
//... your schema defination
YourSchame.plugin(mongoosastic, {
esClient: getElasticInstance()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment