Here’s an overview of some of the new features in Solr 5.3 Also see Solr Download Links and upcoming Features of the next Solr release. Faceting Nested Documents The JSON Facet API can now change the domain for facet commands, essentially doing a block join and moving from parents to […]
Daily Archives: May 17, 2015
A 100% accurate count of distinct values (count distinct) is not generally possible without actually observing all of the values together. However there are a number of ways to estimate the count. “unique” Facet Function The unique facet function is Solr’s fastest implementation to calculate the number of distinct values. […]