Re: Ruby serialization with dismax

2009-11-18 Thread Andrea Campi
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

Re: Ruby serialization with dismax

2009-11-18 Thread Erik Hatcher
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

Ruby serialization with dismax

2009-11-18 Thread Andrea Campi
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