Fix formatting in migration 5.0 docs
This commit is contained in:
parent
b83b9d69c9
commit
0de66da2d4
|
@ -368,12 +368,12 @@ Core types don't support the object notation anymore, which allowed to provide
|
||||||
values as follows:
|
values as follows:
|
||||||
|
|
||||||
[source,json]
|
[source,json]
|
||||||
-----
|
---------------
|
||||||
{
|
{
|
||||||
"value": "field_value",
|
"value": "field_value",
|
||||||
"boost": 42
|
"boost": 42
|
||||||
}
|
}
|
||||||
----
|
---------------
|
||||||
|
|
||||||
==== `fielddata.format`
|
==== `fielddata.format`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue