Is there a way to aggregate across fields with wildcards in the name? I have
documents with a variety of structures, and I want to be able to aggregate
across all fields with the name "special_label". That field may occur in
various structural places within the document.

Something like this would be great, but is not supported.

{ 
    "aggs" : {
       "aliases" : {
            "terms" : {
                "field" : "*.special_label",                
             }
      }
}



--
View this message in context: 
http://elasticsearch-users.115913.n3.nabble.com/Wildcards-in-field-names-tp4055601.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.

-- 
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/1399580522796-4055601.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to