Hi

when I use the "terms" panel my results are not found because I have nested 
documents.

So when I look for a.b.fieldX it doesn't find any

In DSL what I would do is 

GET /indexK/_search
{
  "facets": {
    "size": {
      "terms": {"field": "fieldX"},
      "nested": "a.b"
    }
  }
}

How can I tell Kibana to do this?

Thanks

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/06d0599c-e1bb-4f9b-84b8-d0b91fd71821%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to