+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

____________________

...