Hi,
I'mm trying to insert documents in ES 6.2. My concern is when I'm inserting data into ES by mapping one of index and mentioning
"index": false,
Data is not getting populating. And same code is inserting data when I'm removing this field from mapping .
Can you please quickly help me to find the issue