4teamwork / ftw.solr

Solr integration for Plone
5 stars 5 forks source link

Handle facet_counts in solr response #133

Closed njohner closed 5 years ago

njohner commented 5 years ago

For the new GEVER UI we need the possibility to optionally query for facet available values on the listing endpoint (https://github.com/4teamwork/opengever.core/issues/5738). In this PR we add parsing of the returned facet_counts to the SolrResponse.

This can be tested in conjunction with https://github.com/4teamwork/opengever.core/pull/5761