- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 46字
- 2021-06-24 14:52:18
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.