Elasticsearch - Mappings and Data Types
You wrote this mapping for a nested field:
But your nested query returns no results even though documents have matching tags. What is the likely mistake?
{ "properties": { "tags": { "type": "nested", "properties": { "name": { "type": "keyword" } } } } }But your nested query returns no results even though documents have matching tags. What is the likely mistake?
