Hi,

Can I create a mapping and use wildcards in the fields name? For example, I 
want to create a template with the following mapping:

{

"user": {

"dynamic": "false", 

"properties": { 

"email": { "type":"string" },

"*_metadata": {

"type": "object", 

"dynamic": "true" 

} 

} 

}

}

Then, the "foo_metadata", "bar_metadata", etc fields will be mapped.

Is it possible?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6d7d08b8-c2f2-4109-9720-c75f031092a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to