mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Revert "Rename fields
to stored_fields
and add docvalue_fields
"
This reverts commit 2f46f53dc8
.
This commit is contained in:
parent
4fb1c4fe5a
commit
eb1e231a63
45 changed files with 312 additions and 447 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue