Erik,
Erik Hatcher wrote:
Andrea,
I'd guess you have json.nl=arrarr set for your dismax handler (or
request).
sigh, you're right, sorry for the noise :/
Andrea
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
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 eas