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

Reply via email to