loopback-connector-elastic-search icon indicating copy to clipboard operation
loopback-connector-elastic-search copied to clipboard

get rid of `ESConnector.prototype.removeMappings`

Open pulkitsinghal opened this issue 7 years ago • 0 comments

If removing an index also effectively removes any mappings and data then there shouldn't be any need for an explicit method such as ESConnector.prototype.removeMappings ... we need to confirm this by reading ES docs for various versions and also running sanity tests.

If this turns out to be true then we can cleanup the code by removing ESConnector.prototype.removeMappings

pulkitsinghal avatar Sep 26 '16 00:09 pulkitsinghal