Andrea,
I'd guess you have json.nl=arrarr set for your dismax handler (or
request).
Erik
On Nov 18, 2009, at 12:01 PM, Andrea Campi wrote:
Hi,
not sure this is something new in Solr 1.4, but I just noticed that
facets results are serialized differently with standard and dismax
when using wt=ruby.
Standard returns:
'my_facet'=>{'20344'=>1}
Whereas dismax has:
'my_facet'=>['20344',1]
Admittedly this is not a big deal, it's easy to work around, but it
still feels strange.
Am I missing anything or is it a bug? In that case I'll file an issue.
Bye,
Andrea