Hiya Try this: ``` curl -XPUT 'http://127.0.0.1:9200/foo/bar/_mapping?ignoreConflicts=false' -d ' { "properties" : { "name" : { "boost" : "2.0", "type" : "string" } } } ' ``` Results in: { "error" : "NullPointerException[null]" }