Skip to content

Instantly share code, notes, and snippets.

@nnegativ
nnegativ / gist:9213854
Created February 25, 2014 17:38
Possible issue with dynamic mapping in Elasticsearch
curl -XDELETE localhost:9200/art?pretty
curl -XPOST localhost:9200/art?pretty --data-binary '
{
"mappings" : {
"article" : {
"dynamic_templates" : [
{
"template_1" : {
"match" : "multi*",