Elasticsearch - Index Management
You want to store a user's profile with fields:
username (exact match), bio (full-text search), and signup_date (date range queries). Which mapping correctly defines these fields?