Skip to content

Commit

Permalink
Suggest mapping must be in properties. #60
Browse files Browse the repository at this point in the history
  • Loading branch information
gsf committed May 10, 2015
1 parent d2af069 commit 14dd2fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"mappings": {
"_default_": {
"suggest": {"type": "completion", "payloads": true}
"properties": {
"suggest": {"type": "completion", "payloads": true}
}
}
}
}

0 comments on commit 14dd2fe

Please sign in to comment.