Re: Json Facets in version 7

2018-08-09 Thread Chris Ulicny
I missed the change previously when looking at v7.3 release notes. The fix for SOLR-12064 should be the solution. Will upgrade to more recent release and retest. On Thu, Aug 9, 2018 at 8:39 AM Chris Ulicny wrote: > Additionally, the "limit: -1"

Re: Json Facets in version 7

2018-08-09 Thread Chris Ulicny
Additionally, the "limit: -1" seems to work as expected if we are only doing a single aggregation in the nested facet: "...facet:{sum_val1:"sum(value1)"}}}" On Thu, Aug 9, 2018 at 8:24 AM Chris Ulicny wrote: > Hi all, > > We are in the process of upgrading from version 6.3.0 to version 7.2.1 and