Hi,
Currently, I am using Elasticsearch version "5.3.2".I am developing an application in Nodejs and MongoDB(For Elasticsearch I am using mongoosastic npm module).
I am performing a search query which is working fine.
The problem is search result is not returning the Object Id(mongoose object id) and other fields like createdAt and updatedAt.
Please help me to solve this problem.