[fixtures] fix syntax error

This commit is contained in:
spalger 2016-02-05 18:23:12 -07:00
parent 6ee704772d
commit b605b66be7

View file

@ -19,7 +19,7 @@ module.exports = {
'dynamic_templates': [{
'string_fields': {
'mapping': {
'type': 'string'
'type': 'string',
'index': 'analyzed',
'doc_values': true,
'omit_norms': true,