Revert "Rename fields to stored_fields and add docvalue_fields"

This reverts commit 2f46f53dc8.
This commit is contained in:
Jim Ferenczi 2016-06-27 17:20:32 +02:00
parent 4fb1c4fe5a
commit eb1e231a63
45 changed files with 312 additions and 447 deletions

View file

@ -143,7 +143,7 @@ First, let's look at the source data for a player by submitting the following re
----------------------------------------------------------------
GET hockey/_search
{
"stored_fields": [
"fields": [
"_id",
"_source"
],