Hi:
We just upgraded from DSE 5.1.3 to 5.1.7 and right away we lost the facets, that were returning from Solr. This is due to the fact that we sent facet.limit=-1 (unbounded facets). We had to do that due to the fact that we need to get ALL facets and show them on the site, instead of setting some arbitrary upper limit. However DataStax engineers put the breaking change that traps such setting and no facets returned. What should we send to DSE instead to get all facets (while still staying in version 5.1.7). Really appreciate for quick response.