Skip to content

Mapping - Support specifying string as number values (for example, for boost) #53

@clintongormley

Description

@clintongormley

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]"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions