I was wondering if someone could explain if the following is supported with the current EDisMax Field Aliasing.
I have a field like person_name which exists in solr, we also have 2 other fields named person_first_name and person_last_name. I would like to allow queries for person_name to be aliased as person_name, person_first_name and person_last_name. Is this allowed or does the alias need to not appear in the list of fields to be aliased to (I remember seeing something about aliases to other aliases is allowed)? I could obviously create a purely virtual field which aliases all 3 but it would be nice if the parser could support this case.