Just wanted to mention... the solr-ruby package has nothing to do with this. These are responses straight out of the solr/select handler.
Matt On Mon, Mar 10, 2008 at 12:07 PM, Matt M. <[EMAIL PROTECTED]> wrote: > Hi, > > I've just noticed while switching connections between two different solr > instances (different servers) that their facet response structures are not > the same. But the Solr version is identical; 1.2. I've pasted in the > significant part of the response. Note the facet_fields in the first is a > Hash, but in the second, a simple list. Is there a known fix for this? I've > tried the stable solr-ruby gem and the trunk. > > > 'facet_fields'=>{'recording_format_facet'=>{'LP'=>220,'Cassette'=>87,'CD'=>1,''=>34685}}}} > > 'facet_fields'=>{'collection_facet'=>['UVa Library Text',5396,'Art and > Architecture',4629,'UVa Image Collection',4014,'Jackson Davis > Collection',2996,'Chadwyk Healey Poetry',1771,'Chadwyk Healey American > Poetry',1288,nil,4422330]}}} > > Thanks! > Matt > >