in reply to Re^2: How to retrieve WebService::Solr facet value properly?
in thread How to retrieve WebService::Solr facet value properly?
I don't like they put facet field and facet count in one array,
So, just hashify it yourself (although you'll lose the sorting, of course):
my $autId = $facet_counts->{facet_fields}{author_id}; my %easy_hash = @$autId;
maybe my "Dumper +Regex" is safer.
Almost certainly not. Take the robust approach and then post-process the data as desired.
🦛
|
|---|