clintongormley / Elastic-Model

Use ElasticSearch as a NoSQL database in Perl
9 stars 8 forks source link

add 'ignore_missing' to delete_mapping #27

Closed gshank closed 11 years ago

gshank commented 11 years ago

Was doing 'delete_mapping' in a situation in which the mapping didn't already exist. Switched to using ElasticSearch, for 'ignore_missing => 1'.