Yes, if you are using eDismax, including expanding alias to multiple fields internally: https://solr.apache.org/guide/8_8/the-extended-dismax-query-parser.html#field-aliasing-using-per-field-qf-overrides
f.name.qf=last_name first_name Another example: https://github.com/arafalov/solr-indexing-book/blob/master/published/languages/conf/solrconfig.xml#L20-L21 Regards, Alex. On Wed, 21 Apr 2021 at 17:54, yaswanth kumar <yaswanth...@gmail.com> wrote: > > Is there an option in solr 8 where I can rename (alias) a field that is > part of fl= parameter? > > So example fl=firstname , it should show the solr results with "name" > instead of "firstname" > > -- > Thanks & Regards, > Yaswanth Kumar Konathala. > yaswanth...@gmail.com