Manikandan Vengadasalam

Manikandan Vengadasalam

  • 1.4k
  • 230
  • 50.7k

How to change the _type value in elasticsearch using Nest?

Oct 15 2019 2:10 AM
{
"_index": "IndexName",
"_type": "_doc",
"_id": "9",
"_version": 1,
"_score": null,
"_source":
{
"logCategory": "INFO",
"id": 9
}
 
 
how to change the meta data field [_type] value when we create a index/insert the index data in elastic search using Nest 7.3 in c#