ES flattens out your inner objects/fields into individual fields. So for 
example, you can reference any inner object field using the fully qualified 
path to it, like:

{ "a": { "b": { "c": "value" } } }

And the c field can be accessed using the following field name:

"a.b.c"

And you can do a match, term, or any other query/filter using the above 
field name.

-- 
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/609e7546-79f9-472b-9149-198aedd7ca21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to