- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 52字
- 2021-06-24 14:52:15
Creating an index
The first operation to undertake before starting indexing data in Elasticsearch is to create an index—the main container of our data.
An index is similar to the concept of a database in SQL; it is a container for types (tables in SQL) and documents (records in SQL).