Search Exercise
sudo service elasticsearch restartcurl -XPUT 'localhost:9200/<index-name>?pretty=true' \ -H 'content-type:application:json' \ -d ' { "mappings": { ... } }'
Last updated
sudo service elasticsearch restartcurl -XPUT 'localhost:9200/<index-name>?pretty=true' \
-H 'content-type:application:json' \
-d '
{
"mappings": {
...
}
}'Last updated