add a field alias feature
-------------------------
Key: SOLR-1205
URL: https://issues.apache.org/jira/browse/SOLR-1205
Project: Solr
Issue Type: New Feature
Reporter: Noble Paul
Fix For: 1.5
A feature which is similar to the SQL 'as' can be helpful
see the mail thread
http://www.lucidimagination.com/search/document/63b63edc15092922/customizing_results#63b63edc15092922
it can be implemented as a separate request param
say
{code}
fl.alias=from_name1:to_name1&fl.alias=from_name2:to_name2
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.