Creating alias with field exclusion

{ "filter": { "and": [ { "term": { "_developerPortal.id": "1" } }, { "term": { "_developerApplication.id": "2" } } ] }, "partial_fields": { "partial1": { "exclude": "entries.endpoint.*" } } }

Why it is not working?