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: docs/crud.asciidoc
+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
@@ -1,7 +1,7 @@
1
1
[[indexing_documents]]
2
2
== Indexing Documents
3
3
4
-
IMPORTANT: Please note that mapping types will disappear from Elasticsearch, https://www.elastic.co/guide/en/elasticsearch/reference/7.x/removal-of-types.html[Link: read more].
4
+
IMPORTANT: Please note that mapping types will disappear from Elasticsearch, read more https://www.elastic.co/guide/en/elasticsearch/reference/7.x/removal-of-types.html[here].
5
5
6
6
When you add documents to Elasticsearch, you index JSON documents. This maps naturally to PHP associative arrays, since
7
7
they can easily be encoded in JSON. Therefore, in Elasticsearch-PHP you create and pass associative arrays to the client
0 commit comments