Skip to content

Commit d43251f

Browse files
committed
formated important section
1 parent be6ae7b commit d43251f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/crud.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[indexing_documents]]
22
== Indexing Documents
33

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].
55

66
When you add documents to Elasticsearch, you index JSON documents. This maps naturally to PHP associative arrays, since
77
they can easily be encoded in JSON. Therefore, in Elasticsearch-PHP you create and pass associative arrays to the client

0 commit comments

Comments
 (0)