Re: function results' names include trailing whitespace

2014-10-29 Thread Michael Sokolov
OK, I opened SOLR-6672; not sure how I stumbled into using white space; I would ordinarily use commas too, I think. -Mike On 10/29/14 1:23 PM, Chris Hostetter wrote: : fl="id field(units_used) archive_id" I didn't even realize until today that fl was documented to support space seperated fiel

Re: function results' names include trailing whitespace

2014-10-29 Thread Chris Hostetter
: fl="id field(units_used) archive_id" I didn't even realize until today that fl was documented to support space seperated fields. i've only ever used commas... fl="id,field(units_used),archive_id" Please go ahead and file a bug in Jira for this, and note in the summary that using commas i

function results' names include trailing whitespace

2014-10-29 Thread Michael Sokolov
I noticed that when you include a function as a result field, the corresponding key in the result markup includes trailing whitespace, which seems like a bug. I wonder if anyone knows if there is a ticket for this already? Example: fl="id field(units_used) archive_id" ends up returning resu