Is it possible to do a terms aggregation on a 'tags.id' field but also get 
back the associated 'tags.slug' and 'tags.name' fields? Here's how the 
documents are structured:

{
    "id: 42,
    "name": Beer,
    "tags: [{
        "id": 2,
        "name": "Hoppy",
        "slug": "hoppy"
    }, {
        "id": 2,
        "name": "Hoppy",
        "slug": "hoppy"
    }]
}

Obviously, this is so that I can avoid additional database or elasticsearch 
queries in order to display UI navigation/filtering elements.

-- 
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/0ac8182e-5233-4e6e-8939-fe19bb455561%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to