Adrien Grand bffbad3c19 Remove object notation for core types.
When specifying a string field, you can either do:

```
{
  "foo": "bar"
}
```

or

```
{
  "foo": {
    "value": "bar",
    "boost": 42
  }
}
```

The latter option is now removed.

Closes #15388
2015-12-28 19:49:18 +01:00
..
2015-11-05 11:32:20 +09:00
2015-12-24 14:31:26 +01:00
2015-11-17 14:46:18 -07:00
2015-12-05 13:30:47 +01:00
2015-04-27 17:19:36 +02:00
2015-08-01 05:14:46 -04:00
2015-12-10 12:01:18 +01:00
2015-10-09 12:27:43 +02:00