1.

How to add a mapping to an index?

Answer»

Elasticsearch lets you add the mapping to an index BASED on the DATA provided by the USER in the REQUEST body. The following syntax can be used to add a mapping to an index:

Syntax:

POST /_<index_name>/_type/_id


Discussion

No Comment Found