+2 votes
in ElasticSearch by
Can you tell me the syntax or code to add a Mapping in an Index?

1 Answer

0 votes
by

You can add a mapping in an index using the following syntax:

___________________________

POST /_<index_name>/_type/_id

____________________

Related questions

0 votes
asked Oct 16, 2019 in Git by rajeshsharma
0 votes
asked Aug 3, 2023 in Kubernetes K8s by SakshiSharma
...