AIL PROTECTED]>
wrote:
> :
> : 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:
>
> ...the goal being that then your extended facet code could add the extra
> stat
:
: 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:
...the goal being that then your extended facet code could add the extra
stats when it sees that the field type ex
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