- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 46字
- 2025-04-04 14:26:49
Putting a mapping in an index
In the previous chapter, we saw how to build mappings by indexing documents. This recipe shows how to put a type mapping in an index. This kind of operation can be considered as the Elasticsearch version of an SQL-created table.