Skip to content

Instantly share code, notes, and snippets.

@Akintola
Created May 3, 2021 13:47
Show Gist options
  • Save Akintola/223d79aec0d77e7610516e2eda9a3b23 to your computer and use it in GitHub Desktop.
Save Akintola/223d79aec0d77e7610516e2eda9a3b23 to your computer and use it in GitHub Desktop.
curl -XPUT -H "Content-Type: application/json" "127.0.0.1:9200/mangas_reindexed?pretty" -d '
{
"mappings": {
"properties": {
"title": {
"type": "text",
"fields": {
"raw": {
"type": "keyword"
}
}
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment