Elasticsearch is document oriented, meaning that it stores entire objects or documents. It is not only stores them, but also indexes the contents of each document in order to make them searchable. In Elasticsearch, you index, search, sort, and filter documents-not rows of columnar data as we used to see…