Skip to content

Instantly share code, notes, and snippets.

View terry2040's full-sized avatar

Terry Chen terry2040

View GitHub Profile
curl -XPUT localhost:9200/test
curl -XPUT http://localhost:9200/test/data/_mapping -d '{
"data" : {
"dynamic_templates" : [
{
"string_template" : {
"match" : "*",
"match_mapping_type" : "string",
"mapping" : {