Hi!I'm working on a extended facet which will give some more information like: Max value and Min value, for numeric field types it will also bring SD, MEAN and CV.
Any thoughts or recommendations?
Looking into the code I found out that all the field types implement
FieldType, that's fine, but maybe we can refactor that so we have more
levels like:
FieldType
StringFieldType
DateFieldType
NumericFieldType
DoubleFieldType
IntegerFieldType
...
Just an idea.
Jonathan
