Skip to content

Commit f4c4199

Browse files
authored
Fix disabled dynamic mapping description in explicit mapping example
1 parent 0f12490 commit f4c4199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/search/elasticsearch-basics-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ PUT /my-explicit-mappings-books
326326
}
327327
```
328328

329-
1. Disables dynamic mapping for the index. Documents containing fields not defined in the mapping will be rejected.
329+
1. Disables dynamic mapping for the index. Fields not defined in the mapping will still be saved in the document, but they won’t be indexed or searchable.
330330
2. The `properties` object defines the fields and their data types for documents in this index.
331331

332332

0 commit comments

Comments
 (0)