For nearly all practical uses, Elasticsearch is a schema-less search engine. This means that a user can index documents without explicitly providing a schema. In place of a conventional schema, a mapping describes the fields in documents, along with their data type and how they should be indexed. In this article, we outline a workflow for building mappings that can help you properly explore new d
