in reply to Re: How to retrieve WebService::Solr facet value properly?
in thread How to retrieve WebService::Solr facet value properly?

value_for('author_id') can only retrieve the value author_id of a doc, but not the facet value.

for instance, value_for('author_id') = stephenking, the facet value of author_id maybe: "stephenking" = 123

  • Comment on Re^2: How to retrieve WebService::Solr facet value properly?