Skip to content

Commit

Permalink
Merge pull request #29 from Bargs/mapperException
Browse files Browse the repository at this point in the history
Fix mapper_parsing_exception
  • Loading branch information
Matt Bargar authored Dec 15, 2016
2 parents dd6284b + 597134f commit 6893128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _createIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = function createIndex() {
dynamic_templates: [
{
string_fields: {
match_mapping_type: 'text',
match_mapping_type: 'string',
match: '*',

mapping: {
Expand Down

0 comments on commit 6893128

Please sign in to comment.