Elasticsearch - Mappings and Data Types
Given this mapping snippet:
Which query will correctly find documents with a tag named "urgent"?
{"properties": {"tags": {"type": "nested"}}}Which query will correctly find documents with a tag named "urgent"?
