Hi all,

I'm working on putting together a query that requires nested aggregations 
in the form:

"aggs": {
    "steve_unique": {
      "filter": {
        "term": {
          "user.screen_name": "steve"
        }
      },
      "aggs": {
        "unique": {
          "cardinality": {
            "field": "entities.hashtags.text"
          }
        }
      }
    }
  }

Looking through the API, I'm not noticing an obvious way to go about 
forming this part of the query. Is there something built in that would 
facilitate this?

Thanks,
Robert

-- 
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/c9d2bd76-9a4b-44e7-a40a-708894c63cc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to