Elasticsearch is a NoSQL data store that lets you predefine the structure of the data you get to store in it. Because the used data structure is static, you need to define it in advance. The ...