Open
Description
Would it be possible to implement showing some stats for each field, in the same way
as Hue Solr dashboards natively support: when on click on a field, it shows up a pop-up window
- first tab - histogram with field's values distribution with ability to filter
by a specific field value; - on a second tab it shows following stats:
-count
-missing
-max
-sum
-min
-sumOfSquares
-stddev
-facets
-mean
with ability to group by an arbitrary another column, and show above stats groupped by that another field.
Something that our folks are missing in Banana.
Thanks!