loopbackio / loopback-connector-elastic-search

Strongloop Loopback connector for Elasticsearch
MIT License
79 stars 56 forks source link

Automatically create index if it doesn't already exist #25

Closed mrfelton closed 9 years ago

mrfelton commented 9 years ago

Currently mappings will get setup automatically when the connection is made. It would be good if it also setup the index if it didn't already exist - like what happens in automigrate currently.

pulkitsinghal commented 9 years ago

Merged your PR https://github.com/strongloop-community/loopback-connector-elastic-search/pull/26