+1 vote
in ElasticSearch by
Explain the method to add a mapping in an Index

1 Answer

0 votes
by

Elasticsearch allows you to create the mapping according to the data provided by the user in the request body. Its bulk feature can be used to add more than one JSON object in the index.

For example, POST website /_bulk.

Related questions

+1 vote
asked Jul 10, 2022 in ElasticSearch by sharadyadav1986
0 votes
asked Aug 27, 2022 in VSAM by Robin
...