You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ Quickstart
113
113
114
114
In elasticsearch-php, almost everything is configured by associative arrays. The REST endpoint, document and optional parameters - everything is an associative array.
115
115
116
-
To index a document, we need to specify four pieces of information: index, id and a document body. This is done by
116
+
To index a document, we need to specify three pieces of information: index, id and a document body. This is done by
117
117
constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
0 commit comments