Add note about cat field data API changes into migration doc

This commit is contained in:
Alexander Kazakov 2016-05-10 16:41:21 +03:00
parent a8a33a1a94
commit 667a091205
1 changed files with 7 additions and 0 deletions

View File

@ -38,3 +38,10 @@ and `i` for ingest. A node with no explicit roles will be a coordinating
only node and marked with `-`. A node can have multiple roles. The
master column has been adapted to return only whether a node is the
current master (`*`) or not (`-`).
==== Changes to cat field data API
The cat field data endpoint adds a row per field instead of a column per field.
The `total` field has been removed from the field data API. Total field data usage per node
can be got by cat nodes API.