Chris Hostetter wrote:
:
: For example, say I want to sort by the field '162_sortable_s' then I add a
: parameter like so 'sort=162_sortable_s.' I need to change the settings so
: that when the result set is returned from solr, it takes the values of
: '162_sortable_s' and inserts them into a separate field called 'SortedField'
: so that the return doc looks like this:
there is nothing like this in solr right now, it doesn't seem like
something that should be odne in solr, as it would be a simple translation
that could be done via an XSLT or some client layer code.
It may be more work then it is worth, but I would like to see something
comparable to the SQL 'AS' syntax:
&fl=162_sortable_s as SortedField,name,id
This would be good because it solves the problem for non XML based
responses also.
ryan