Runtime Field in Elasticsearch
Let's explore another feature of Elasticsearch, where you can build new fields based on currently available fields.
For Example, if you have fields named first_name and second_name but in the response, you need a field named full_name. You can simply...
shahsmit.hashnode.dev2 min read