How do I filter nested objects in Elasticsearch?
If so, you can filter nested objects by nested query and inner_hits option. If you mean filtering field of nested objects, you can use _source option for inner_hits.
If so, you can filter nested objects by nested query and inner_hits option. If you mean filtering field of nested objects, you can use _source option for inner_hits.