We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1c6f9 commit bc45023Copy full SHA for bc45023
docs/quickstart.asciidoc
@@ -87,7 +87,7 @@ $response = $client->get($params);
87
print_r($response);
88
----------------------------
89
90
-The response contains some metadata (index, etc) as well as a `_source` field...this is the original document
+The response contains some metadata (index, version, etc.) as well as a `_source` field, which is the original document
91
that you sent to Elasticsearch.
92
93
[source,php]
0 commit comments